#96445E

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

Shades of Cadillac #96445E

Tints of Cadillac #96445E

Color information

#96445E (or 0x96445E) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 5E. RGB value is (150,68,94). Sum of RGB (Red+Green+Blue) = 150+68+94=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96445E is #69BBA1. Grayscale: #5F5F5F. Windows color (decimal): -6929314 or 6177942. OLE color: 6177942.

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

Color convert

RGB1506894-
CMYK00.550.370.41
HSL340.98º37.61%42.75%-
HSV(B)340.98º54.67%58.82%-
XYZ16.6711.4311.92-
YUV95.48127.17166.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=48.08%
G=21.79%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150689400.550.370.41340.9837.6142.75
Hex96445E0372529155262b
Octal22610413606745515254653
Binary10010110100010010111100110111100101101001101010101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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