#9D4465

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

Shades of Cadillac #9D4465

Tints of Cadillac #9D4465

Color information

#9D4465 (or 0x9D4465) is unknown color: approx Cadillac. HEX triplet: 9D, 44 and 65. RGB value is (157,68,101). Sum of RGB (Red+Green+Blue) = 157+68+101=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4465 is #62BB9A. Grayscale: #626262. Windows color (decimal): -6470555 or 6636701. OLE color: 6636701.

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

Color convert

RGB15768101-
CMYK00.570.360.38
HSL337.75º39.56%44.12%-
HSV(B)337.75º56.69%61.57%-
XYZ18.3212.2413.71-
YUV98.37129.49169.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=48.16%
G=20.86%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576810100.570.360.38337.7539.5644.12
Hex9D44650392426152282c
Octal23510414507144465225054
Binary10011101100010011001010111001100100100110101010010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,68,101); }

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

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

 a { background-color: rgb(157,68,101); }

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

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

 span { border-color: rgb(157,68,101); }

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