#9D455E

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

Shades of Cadillac #9D455E

Tints of Cadillac #9D455E

Color information

#9D455E (or 0x9D455E) is unknown color: approx Cadillac. HEX triplet: 9D, 45 and 5E. RGB value is (157,69,94). Sum of RGB (Red+Green+Blue) = 157+69+94=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D455E is #62BAA1. Grayscale: #626262. Windows color (decimal): -6470306 or 6178205. OLE color: 6178205.

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

Color convert

RGB1576994-
CMYK00.560.400.38
HSL342.95º38.94%44.31%-
HSV(B)342.95º56.05%61.57%-
XYZ18.0512.2312-
YUV98.16125.65169.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.06%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=49.06%
G=21.56%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157699400.560.400.38342.9538.9444.31
Hex9D455E0382826157272c
Octal23510513607050465274754
Binary10011101100010110111100111000101000100110101010111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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