#9C3F5F

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

Shades of Cadillac #9C3F5F

Tints of Cadillac #9C3F5F

Color information

#9C3F5F (or 0x9C3F5F) is unknown color: approx Cadillac. HEX triplet: 9C, 3F and 5F. RGB value is (156,63,95). Sum of RGB (Red+Green+Blue) = 156+63+95=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3F5F is #63C0A0. Grayscale: #5E5E5E. Windows color (decimal): -6537377 or 6242204. OLE color: 6242204.

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

Color convert

RGB1566395-
CMYK00.600.390.39
HSL339.35º42.47%42.94%-
HSV(B)339.35º59.62%61.18%-
XYZ17.5511.4512.11-
YUV94.46128.31171.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.68%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=49.68%
G=20.06%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156639500.600.390.39339.3542.4742.94
Hex9C3F5F03C27271532a2b
Octal2347713707447475235253
Binary1001110011111110111110111100100111100111101010011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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