#9C4467

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

Shades of Cadillac #9C4467

Tints of Cadillac #9C4467

Color information

#9C4467 (or 0x9C4467) is unknown color: approx Cadillac. HEX triplet: 9C, 44 and 67. RGB value is (156,68,103). Sum of RGB (Red+Green+Blue) = 156+68+103=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4467 is #63BB98. Grayscale: #626262. Windows color (decimal): -6536089 or 6767772. OLE color: 6767772.

HSL color Cylindrical-coordinate representation of color #9C4467: hue angle of 336.14º 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 #9C4467 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB15668103-
CMYK00.560.340.39
HSL336.14º39.29%43.92%-
HSV(B)336.14º56.41%61.18%-
XYZ18.2312.1814.22-
YUV98.3130.65169.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 103 (40.62% from 255) = 31.50%
R=47.71%
G=20.80%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566810300.560.340.39336.1439.2943.92
Hex9C44670382227150272c
Octal23410414707042475204754
Binary10011100100010011001110111000100010100111101010000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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