#9D4362

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

Shades of Cadillac #9D4362

Tints of Cadillac #9D4362

Color information

#9D4362 (or 0x9D4362) is unknown color: approx Cadillac. HEX triplet: 9D, 43 and 62. RGB value is (157,67,98). Sum of RGB (Red+Green+Blue) = 157+67+98=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4362 is #62BC9D. Grayscale: #616161. Windows color (decimal): -6470814 or 6439837. OLE color: 6439837.

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

Color convert

RGB1576798-
CMYK00.570.380.38
HSL339.33º40.18%43.92%-
HSV(B)339.33º57.32%61.57%-
XYZ18.1212.0612.93-
YUV97.44128.32170.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.76%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=48.76%
G=20.81%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157679800.570.380.38339.3340.1843.92
Hex9D43620392626153282c
Octal23510314207146465235054
Binary10011101100001111000100111001100110100110101010011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,67,98); }

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

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

 a { background-color: rgb(157,67,98); }

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

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

 span { border-color: rgb(157,67,98); }

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