#9C445E

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

Shades of Cadillac #9C445E

Tints of Cadillac #9C445E

Color information

#9C445E (or 0x9C445E) is unknown color: approx Cadillac. HEX triplet: 9C, 44 and 5E. RGB value is (156,68,94). Sum of RGB (Red+Green+Blue) = 156+68+94=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C445E is #63BBA1. Grayscale: #616161. Windows color (decimal): -6536098 or 6177948. OLE color: 6177948.

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

Color convert

RGB1566894-
CMYK00.560.400.39
HSL342.27º39.29%43.92%-
HSV(B)342.27º56.41%61.18%-
XYZ17.812.0111.97-
YUV97.28126.15169.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=49.06%
G=21.38%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156689400.560.400.39342.2739.2943.92
Hex9C445E0382827156272c
Octal23410413607050475264754
Binary10011100100010010111100111000101000100111101010110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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