#96447A

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

Shades of Cadillac #96447A

Tints of Cadillac #96447A

Color information

#96447A (or 0x96447A) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 7A. RGB value is (150,68,122). Sum of RGB (Red+Green+Blue) = 150+68+122=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96447A is #69BB85. Grayscale: #626262. Windows color (decimal): -6929286 or 8012950. OLE color: 8012950.

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

Color convert

RGB15068122-
CMYK00.550.190.41
HSL320.49º37.61%42.75%-
HSV(B)320.49º54.67%58.82%-
XYZ18.1612.0219.78-
YUV98.67141.17164.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=44.12%
G=20%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506812200.550.190.41320.4937.6142.75
Hex96447A0371329140262b
Octal22610417206723515004653
Binary1001011010001001111010011011110011101001101000000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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