#9D415D

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

Shades of Cadillac #9D415D

Tints of Cadillac #9D415D

Color information

#9D415D (or 0x9D415D) is unknown color: approx Cadillac. HEX triplet: 9D, 41 and 5D. RGB value is (157,65,93). Sum of RGB (Red+Green+Blue) = 157+65+93=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D415D is #62BEA2. Grayscale: #5F5F5F. Windows color (decimal): -6471331 or 6111645. OLE color: 6111645.

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

Color convert

RGB1576593-
CMYK00.590.410.38
HSL341.74º41.44%43.53%-
HSV(B)341.74º58.6%61.57%-
XYZ17.7711.7411.69-
YUV95.7126.48171.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=49.84%
G=20.63%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157659300.590.410.38341.7441.4443.53
Hex9D415D03B2926156292c
Octal23510113507351465265154
Binary10011101100000110111010111011101001100110101010110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,93); }

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

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

 a { background-color: rgb(157,65,93); }

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

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

 span { border-color: rgb(157,65,93); }

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