#954B57

Color #954B57 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #954B57

Tints of Cadillac #954B57

Color information

#954B57 (or 0x954B57) is unknown color: approx Cadillac. HEX triplet: 95, 4B and 57. RGB value is (149,75,87). Sum of RGB (Red+Green+Blue) = 149+75+87=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #954B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B57 is #6AB4A8. Grayscale: #626262. Windows color (decimal): -6993065 or 5720981. OLE color: 5720981.

HSL color Cylindrical-coordinate representation of color #954B57: hue angle of 350.27º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B57 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1497587-
CMYK00.500.420.42
HSL350.27º33.04%43.92%-
HSV(B)350.27º49.66%58.43%-
XYZ16.6312.1110.48-
YUV98.49121.52164.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=47.91%
G=24.12%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149758700.500.420.42350.2733.0443.92
Hex954B570322A2A15e212c
Octal22511312706252525364154
Binary10010101100101110101110110010101010101010101011110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954B57; }

 p { color: rgb(149,75,87); }

 H1.HeaderClassName
 {
   color: #954B57;
 }
 .AnyTagClassName
 {
   color: #954B57;
 }
</style>
background-color css

<style>
 a { background-color: #954B57; }

 a { background-color: rgb(149,75,87); }

 div.DivClassName
 {
   background-color: #954B57;
 }
 .BgClassName
 {
   background-color: #954B57;
 }
</style>
border-color css

<style>
 span { border-color: #954B57; }

 span { border-color: rgb(149,75,87); }

 td.TdClassName
 {
   border-color: #954B57;
 }
 .TagClassName
 {
   border-color: #954B57;
 }
</style>