#9C4871

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

Shades of Cadillac #9C4871

Tints of Cadillac #9C4871

Color information

#9C4871 (or 0x9C4871) is unknown color: approx Cadillac. HEX triplet: 9C, 48 and 71. RGB value is (156,72,113). Sum of RGB (Red+Green+Blue) = 156+72+113=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4871 is #63B78E. Grayscale: #656565. Windows color (decimal): -6535055 or 7424156. OLE color: 7424156.

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

Color convert

RGB15672113-
CMYK00.540.280.39
HSL330.71º36.84%44.71%-
HSV(B)330.71º53.85%61.18%-
XYZ19.0112.8917.11-
YUV101.79134.33166.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.75%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=45.75%
G=21.11%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567211300.540.280.39330.7136.8444.71
Hex9C48710361C2714b252d
Octal23411016106634475134555
Binary1001110010010001110001011011011100100111101001011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,72,113); }

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

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

 a { background-color: rgb(156,72,113); }

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

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

 span { border-color: rgb(156,72,113); }

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