#9D415E

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

Shades of Cadillac #9D415E

Tints of Cadillac #9D415E

Color information

#9D415E (or 0x9D415E) is unknown color: approx Cadillac. HEX triplet: 9D, 41 and 5E. RGB value is (157,65,94). Sum of RGB (Red+Green+Blue) = 157+65+94=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D415E is #62BEA1. Grayscale: #5F5F5F. Windows color (decimal): -6471330 or 6177181. OLE color: 6177181.

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

Color convert

RGB1576594-
CMYK00.590.400.38
HSL341.09º41.44%43.53%-
HSV(B)341.09º58.6%61.57%-
XYZ17.8211.7611.92-
YUV95.81126.98171.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.68%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=49.68%
G=20.57%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157659400.590.400.38341.0941.4443.53
Hex9D415E03B2826155292c
Octal23510113607350465255154
Binary10011101100000110111100111011101000100110101010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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