#954B56

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

Shades of Cadillac #954B56

Tints of Cadillac #954B56

Color information

#954B56 (or 0x954B56) is unknown color: approx Cadillac. HEX triplet: 95, 4B and 56. RGB value is (149,75,86). Sum of RGB (Red+Green+Blue) = 149+75+86=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #954B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B56 is #6AB4A9. Grayscale: #626262. Windows color (decimal): -6993066 or 5655445. OLE color: 5655445.

HSL color Cylindrical-coordinate representation of color #954B56: hue angle of 351.08º 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 #954B56 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1497586-
CMYK00.500.420.42
HSL351.08º33.04%43.92%-
HSV(B)351.08º49.66%58.43%-
XYZ16.5912.0910.26-
YUV98.38121.02164.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=48.06%
G=24.19%
B=27.74%

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
Decimal149758600.500.420.42351.0833.0443.92
Hex954B560322A2A15f212c
Octal22511312606252525374154
Binary10010101100101110101100110010101010101010101011111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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