#96405E

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

Shades of Cadillac #96405E

Tints of Cadillac #96405E

Color information

#96405E (or 0x96405E) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 5E. RGB value is (150,64,94). Sum of RGB (Red+Green+Blue) = 150+64+94=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96405E is #69BFA1. Grayscale: #5D5D5D. Windows color (decimal): -6930338 or 6176918. OLE color: 6176918.

HSL color Cylindrical-coordinate representation of color #96405E: hue angle of 339.07º 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 #96405E is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1506494-
CMYK00.570.370.41
HSL339.07º40.19%41.96%-
HSV(B)339.07º57.33%58.82%-
XYZ16.4310.9611.84-
YUV93.13128.49168.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=48.70%
G=20.78%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150649400.570.370.41339.0740.1941.96
Hex96405E0392529153282a
Octal22610013607145515235052
Binary10010110100000010111100111001100101101001101010011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96405E; }

 p { color: rgb(150,64,94); }

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

<style>
 a { background-color: #96405E; }

 a { background-color: rgb(150,64,94); }

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

<style>
 span { border-color: #96405E; }

 span { border-color: rgb(150,64,94); }

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