#9C455F

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

Shades of Cadillac #9C455F

Tints of Cadillac #9C455F

Color information

#9C455F (or 0x9C455F) is unknown color: approx Cadillac. HEX triplet: 9C, 45 and 5F. RGB value is (156,69,95). Sum of RGB (Red+Green+Blue) = 156+69+95=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C455F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C455F is #63BAA0. Grayscale: #616161. Windows color (decimal): -6535841 or 6243740. OLE color: 6243740.

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

Color convert

RGB1566995-
CMYK00.560.390.39
HSL342.07º38.67%44.12%-
HSV(B)342.07º55.77%61.18%-
XYZ17.912.1512.23-
YUV97.98126.32169.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=48.75%
G=21.56%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156699500.560.390.39342.0738.6744.12
Hex9C455F0382727156272c
Octal23410513707047475264754
Binary10011100100010110111110111000100111100111101010110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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