#9B476C

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

Shades of Cadillac #9B476C

Tints of Cadillac #9B476C

Color information

#9B476C (or 0x9B476C) is unknown color: approx Cadillac. HEX triplet: 9B, 47 and 6C. RGB value is (155,71,108). Sum of RGB (Red+Green+Blue) = 155+71+108=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B476C is #64B893. Grayscale: #646464. Windows color (decimal): -6600852 or 7096219. OLE color: 7096219.

HSL color Cylindrical-coordinate representation of color #9B476C: hue angle of 333.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B476C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15571108-
CMYK00.540.300.39
HSL333.57º37.17%44.31%-
HSV(B)333.57º54.19%60.78%-
XYZ18.4812.5615.64-
YUV100.33132.33166.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=46.41%
G=21.26%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557110800.540.300.39333.5737.1744.31
Hex9B476C0361E2714e252c
Octal23310715406636475164554
Binary1001101110001111101100011011011110100111101001110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,108); }

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

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

 a { background-color: rgb(155,71,108); }

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

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

 span { border-color: rgb(155,71,108); }

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