#9c415b

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

Shades of Cadillac #9C415B

Tints of Cadillac #9C415B

Color information

#9C415B (or 0x9C415B) is unknown color: approx Cadillac. HEX triplet: 9C, 41 and 5B. RGB value is (156,65,91). Sum of RGB (Red+Green+Blue) = 156+65+91=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C415B is #63BEA4. Grayscale: #5F5F5F. Windows color (decimal): -6536869 or 5980572. OLE color: 5980572.

HSL color Cylindrical-coordinate representation of color #9C415B: hue angle of 342.86º 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 #9C415B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB1566591-
CMYK00.580.420.39
HSL342.86º41.18%43.33%-
HSV(B)342.86º58.33%61.18%-
XYZ17.4911.611.22-
YUV95.17125.65171.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=50%
G=20.83%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156659100.580.420.39342.8641.1843.33
Hex9C415B03A2A27157292b
Octal23410113307252475275153
Binary10011100100000110110110111010101010100111101010111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c415b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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