#9B4C60

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

Shades of Cadillac #9B4C60

Tints of Cadillac #9B4C60

Color information

#9B4C60 (or 0x9B4C60) is unknown color: approx Cadillac. HEX triplet: 9B, 4C and 60. RGB value is (155,76,96). Sum of RGB (Red+Green+Blue) = 155+76+96=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4C60 is #64B39F. Grayscale: #656565. Windows color (decimal): -6599584 or 6311067. OLE color: 6311067.

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

Color convert

RGB1557696-
CMYK00.510.380.39
HSL344.81º34.2%45.29%-
HSV(B)344.81º50.97%60.78%-
XYZ18.2112.9812.61-
YUV101.9124.67165.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=47.40%
G=23.24%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155769600.510.380.39344.8134.245.29
Hex9B4C600332627159222d
Octal23311414006346475314255
Binary10011011100110011000000110011100110100111101011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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