#9B4D60

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

Shades of Cadillac #9B4D60

Tints of Cadillac #9B4D60

Color information

#9B4D60 (or 0x9B4D60) is unknown color: approx Cadillac. HEX triplet: 9B, 4D and 60. RGB value is (155,77,96). Sum of RGB (Red+Green+Blue) = 155+77+96=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D60 is #64B29F. Grayscale: #666666. Windows color (decimal): -6599328 or 6311323. OLE color: 6311323.

HSL color Cylindrical-coordinate representation of color #9B4D60: hue angle of 345.38º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D60 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB1557796-
CMYK00.500.380.39
HSL345.38º33.62%45.49%-
HSV(B)345.38º50.32%60.78%-
XYZ18.2813.1212.64-
YUV102.49124.34165.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=47.26%
G=23.48%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155779600.500.380.39345.3833.6245.49
Hex9B4D600322627159222d
Octal23311514006246475314255
Binary10011011100110111000000110010100110100111101011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B4D60; }

 p { color: rgb(155,77,96); }

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

<style>
 a { background-color: #9B4D60; }

 a { background-color: rgb(155,77,96); }

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

<style>
 span { border-color: #9B4D60; }

 span { border-color: rgb(155,77,96); }

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