#9C466F

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

Shades of Cadillac #9C466F

Tints of Cadillac #9C466F

Color information

#9C466F (or 0x9C466F) is unknown color: approx Cadillac. HEX triplet: 9C, 46 and 6F. RGB value is (156,70,111). Sum of RGB (Red+Green+Blue) = 156+70+111=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C466F is #63B990. Grayscale: #646464. Windows color (decimal): -6535569 or 7292572. OLE color: 7292572.

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

Color convert

RGB15670111-
CMYK00.550.290.39
HSL331.4º38.05%44.31%-
HSV(B)331.4º55.13%61.18%-
XYZ18.7712.616.48-
YUV100.39133.99167.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=46.29%
G=20.77%
B=32.94%

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
Decimal1567011100.550.290.39331.438.0544.31
Hex9C466F0371D2714b262c
Octal23410615706735475134654
Binary1001110010001101101111011011111101100111101001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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