#9C455E

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

Shades of Cadillac #9C455E

Tints of Cadillac #9C455E

Color information

#9C455E (or 0x9C455E) is unknown color: approx Cadillac. HEX triplet: 9C, 45 and 5E. RGB value is (156,69,94). Sum of RGB (Red+Green+Blue) = 156+69+94=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C455E is #63BAA1. Grayscale: #616161. Windows color (decimal): -6535842 or 6178204. OLE color: 6178204.

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

Color convert

RGB1566994-
CMYK00.560.400.39
HSL342.76º38.67%44.12%-
HSV(B)342.76º55.77%61.18%-
XYZ17.8612.1311.99-
YUV97.86125.82169.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.90%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=48.90%
G=21.63%
B=29.47%

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
Decimal156699400.560.400.39342.7638.6744.12
Hex9C455E0382827157272c
Octal23410513607050475274754
Binary10011100100010110111100111000101000100111101010111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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