#9D455C

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

Shades of Cadillac #9D455C

Tints of Cadillac #9D455C

Color information

#9D455C (or 0x9D455C) is unknown color: approx Cadillac. HEX triplet: 9D, 45 and 5C. RGB value is (157,69,92). Sum of RGB (Red+Green+Blue) = 157+69+92=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D455C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D455C is #62BAA3. Grayscale: #616161. Windows color (decimal): -6470308 or 6047133. OLE color: 6047133.

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

Color convert

RGB1576992-
CMYK00.560.410.38
HSL344.32º38.94%44.31%-
HSV(B)344.32º56.05%61.57%-
XYZ17.9612.211.53-
YUV97.93124.65170.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.37%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=49.37%
G=21.70%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157699200.560.410.38344.3238.9444.31
Hex9D455C0382926158272c
Octal23510513407051465304754
Binary10011101100010110111000111000101001100110101011000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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