#9C405F

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

Shades of Cadillac #9C405F

Tints of Cadillac #9C405F

Color information

#9C405F (or 0x9C405F) is unknown color: approx Cadillac. HEX triplet: 9C, 40 and 5F. RGB value is (156,64,95). Sum of RGB (Red+Green+Blue) = 156+64+95=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C405F is #63BFA0. Grayscale: #5F5F5F. Windows color (decimal): -6537121 or 6242460. OLE color: 6242460.

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

Color convert

RGB1566495-
CMYK00.590.390.39
HSL339.78º41.82%43.14%-
HSV(B)339.78º58.97%61.18%-
XYZ17.6111.5612.13-
YUV95.04127.98171.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=49.52%
G=20.32%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156649500.590.390.39339.7841.8243.14
Hex9C405F03B27271542a2b
Octal23410013707347475245253
Binary10011100100000010111110111011100111100111101010100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,64,95); }

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

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

 a { background-color: rgb(156,64,95); }

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

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

 span { border-color: rgb(156,64,95); }

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