#9C3F5E

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

Shades of Cadillac #9C3F5E

Tints of Cadillac #9C3F5E

Color information

#9C3F5E (or 0x9C3F5E) is unknown color: approx Cadillac. HEX triplet: 9C, 3F and 5E. RGB value is (156,63,94). Sum of RGB (Red+Green+Blue) = 156+63+94=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3F5E is #63C0A1. Grayscale: #5E5E5E. Windows color (decimal): -6537378 or 6176668. OLE color: 6176668.

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

Color convert

RGB1566394-
CMYK00.600.400.39
HSL340º42.47%42.94%-
HSV(B)340º59.62%61.18%-
XYZ17.5111.4311.87-
YUV94.34127.81171.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=49.84%
G=20.13%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156639400.600.400.3934042.4742.94
Hex9C3F5E03C28271542a2b
Octal2347713607450475245253
Binary1001110011111110111100111100101000100111101010100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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