#96415A

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

Shades of Cadillac #96415A

Tints of Cadillac #96415A

Color information

#96415A (or 0x96415A) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 5A. RGB value is (150,65,90). Sum of RGB (Red+Green+Blue) = 150+65+90=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96415A is #69BEA5. Grayscale: #5D5D5D. Windows color (decimal): -6930086 or 5915030. OLE color: 5915030.

HSL color Cylindrical-coordinate representation of color #96415A: hue angle of 342.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96415A is Cyan = 0, Magento = 0.57, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB1506590-
CMYK00.570.40.41
HSL342.35º39.53%42.16%-
HSV(B)342.35º56.67%58.82%-
XYZ16.311110.94-
YUV93.26126.16168.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=49.18%
G=21.31%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150659000.570.40.41342.3539.5342.16
Hex96415A0392829156282a
Octal22610113207150515265052
Binary10010110100000110110100111001101000101001101010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96415A; }

 p { color: rgb(150,65,90); }

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

<style>
 a { background-color: #96415A; }

 a { background-color: rgb(150,65,90); }

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

<style>
 span { border-color: #96415A; }

 span { border-color: rgb(150,65,90); }

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