#9D485E

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

Shades of Cadillac #9D485E

Tints of Cadillac #9D485E

Color information

#9D485E (or 0x9D485E) is unknown color: approx Cadillac. HEX triplet: 9D, 48 and 5E. RGB value is (157,72,94). Sum of RGB (Red+Green+Blue) = 157+72+94=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D485E is #62B7A1. Grayscale: #636363. Windows color (decimal): -6469538 or 6178973. OLE color: 6178973.

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

Color convert

RGB1577294-
CMYK00.540.400.38
HSL344.47º37.12%44.9%-
HSV(B)344.47º54.14%61.57%-
XYZ18.2412.6112.06-
YUV99.92124.66168.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=48.61%
G=22.29%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157729400.540.400.38344.4737.1244.9
Hex9D485E0362826158252d
Octal23511013606650465304555
Binary10011101100100010111100110110101000100110101011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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