#9C466E

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

Shades of Cadillac #9C466E

Tints of Cadillac #9C466E

Color information

#9C466E (or 0x9C466E) is unknown color: approx Cadillac. HEX triplet: 9C, 46 and 6E. RGB value is (156,70,110). Sum of RGB (Red+Green+Blue) = 156+70+110=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C466E is #63B991. Grayscale: #646464. Windows color (decimal): -6535570 or 7227036. OLE color: 7227036.

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

Color convert

RGB15670110-
CMYK00.550.290.39
HSL332.09º38.05%44.31%-
HSV(B)332.09º55.13%61.18%-
XYZ18.7112.5716.19-
YUV100.27133.49167.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=46.43%
G=20.83%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567011000.550.290.39332.0938.0544.31
Hex9C466E0371D2714c262c
Octal23410615606735475144654
Binary1001110010001101101110011011111101100111101001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,70,110); }

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

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

 a { background-color: rgb(156,70,110); }

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

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

 span { border-color: rgb(156,70,110); }

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