#9C4D6A

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

Shades of Cadillac #9C4D6A

Tints of Cadillac #9C4D6A

Color information

#9C4D6A (or 0x9C4D6A) is unknown color: approx Cadillac. HEX triplet: 9C, 4D and 6A. RGB value is (156,77,106). Sum of RGB (Red+Green+Blue) = 156+77+106=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D6A is #63B295. Grayscale: #676767. Windows color (decimal): -6533782 or 6966684. OLE color: 6966684.

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

Color convert

RGB15677106-
CMYK00.510.320.39
HSL337.97º33.91%45.69%-
HSV(B)337.97º50.64%61.18%-
XYZ18.9713.4215.23-
YUV103.93129.17165.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.02%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=46.02%
G=22.71%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567710600.510.320.39337.9733.9145.69
Hex9C4D6A0332027152222e
Octal23411515206340475224256
Binary10011100100110111010100110011100000100111101010010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,77,106); }

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

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

 a { background-color: rgb(156,77,106); }

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

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

 span { border-color: rgb(156,77,106); }

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