#96445B

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

Shades of Cadillac #96445B

Tints of Cadillac #96445B

Color information

#96445B (or 0x96445B) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 5B. RGB value is (150,68,91). Sum of RGB (Red+Green+Blue) = 150+68+91=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96445B is #69BBA4. Grayscale: #5F5F5F. Windows color (decimal): -6929317 or 5981334. OLE color: 5981334.

HSL color Cylindrical-coordinate representation of color #96445B: hue angle of 343.17º 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 #96445B is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1506891-
CMYK00.550.390.41
HSL343.17º37.61%42.75%-
HSV(B)343.17º54.67%58.82%-
XYZ16.5311.3711.22-
YUV95.14125.67167.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=48.54%
G=22.01%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150689100.550.390.41343.1737.6142.75
Hex96445B0372729157262b
Octal22610413306747515274653
Binary10010110100010010110110110111100111101001101010111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96445B; }

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

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

<style>
 a { background-color: #96445B; }

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

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

<style>
 span { border-color: #96445B; }

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

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