#9C446B

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

Shades of Cadillac #9C446B

Tints of Cadillac #9C446B

Color information

#9C446B (or 0x9C446B) is unknown color: approx Cadillac. HEX triplet: 9C, 44 and 6B. RGB value is (156,68,107). Sum of RGB (Red+Green+Blue) = 156+68+107=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C446B is #63BB94. Grayscale: #626262. Windows color (decimal): -6536085 or 7029916. OLE color: 7029916.

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

Color convert

RGB15668107-
CMYK00.560.310.39
HSL333.41º39.29%43.92%-
HSV(B)333.41º56.41%61.18%-
XYZ18.4312.2615.31-
YUV98.76132.65168.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=47.13%
G=20.54%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566810700.560.310.39333.4139.2943.92
Hex9C446B0381F2714d272c
Octal23410415307037475154754
Binary1001110010001001101011011100011111100111101001101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,68,107); }

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

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

 a { background-color: rgb(156,68,107); }

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

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

 span { border-color: rgb(156,68,107); }

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