#96446D

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

Shades of Cadillac #96446D

Tints of Cadillac #96446D

Color information

#96446D (or 0x96446D) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 6D. RGB value is (150,68,109). Sum of RGB (Red+Green+Blue) = 150+68+109=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96446D is #69BB92. Grayscale: #616161. Windows color (decimal): -6929299 or 7160982. OLE color: 7160982.

HSL color Cylindrical-coordinate representation of color #96446D: hue angle of 330º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96446D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15068109-
CMYK00.550.270.41
HSL330º37.61%42.75%-
HSV(B)330º54.67%58.82%-
XYZ17.4111.7215.81-
YUV97.19134.67165.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=45.87%
G=20.80%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506810900.550.270.4133037.6142.75
Hex96446D0371B2914a262b
Octal22610415506733515124653
Binary1001011010001001101101011011111011101001101001010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96446D; }

 p { color: rgb(150,68,109); }

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

<style>
 a { background-color: #96446D; }

 a { background-color: rgb(150,68,109); }

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

<style>
 span { border-color: #96446D; }

 span { border-color: rgb(150,68,109); }

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