#9C4665

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

Shades of Cadillac #9C4665

Tints of Cadillac #9C4665

Color information

#9C4665 (or 0x9C4665) is unknown color: approx Cadillac. HEX triplet: 9C, 46 and 65. RGB value is (156,70,101). Sum of RGB (Red+Green+Blue) = 156+70+101=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4665 is #63B99A. Grayscale: #636363. Windows color (decimal): -6535579 or 6637212. OLE color: 6637212.

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

Color convert

RGB15670101-
CMYK00.550.350.39
HSL338.37º38.05%44.31%-
HSV(B)338.37º55.13%61.18%-
XYZ18.2512.3913.74-
YUV99.25128.99168.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=47.71%
G=21.41%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567010100.550.350.39338.3738.0544.31
Hex9C46650372327152262c
Octal23410614506743475224654
Binary10011100100011011001010110111100011100111101010010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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