#9C415E

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

Shades of Cadillac #9C415E

Tints of Cadillac #9C415E

Color information

#9C415E (or 0x9C415E) is unknown color: approx Cadillac. HEX triplet: 9C, 41 and 5E. RGB value is (156,65,94). Sum of RGB (Red+Green+Blue) = 156+65+94=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C415E is #63BEA1. Grayscale: #5F5F5F. Windows color (decimal): -6536866 or 6177180. OLE color: 6177180.

HSL color Cylindrical-coordinate representation of color #9C415E: hue angle of 340.88º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C415E is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1566594-
CMYK00.580.400.39
HSL340.88º41.18%43.33%-
HSV(B)340.88º58.33%61.18%-
XYZ17.6211.6611.91-
YUV95.52127.15171.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=49.52%
G=20.63%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156659400.580.400.39340.8841.1843.33
Hex9C415E03A2827155292b
Octal23410113607250475255153
Binary10011100100000110111100111010101000100111101010101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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