#964473

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

Shades of Cadillac #964473

Tints of Cadillac #964473

Color information

#964473 (or 0x964473) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 73. RGB value is (150,68,115). Sum of RGB (Red+Green+Blue) = 150+68+115=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #964473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964473 is #69BB8C. Grayscale: #616161. Windows color (decimal): -6929293 or 7554198. OLE color: 7554198.

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

Color convert

RGB15068115-
CMYK00.550.230.41
HSL325.61º37.61%42.75%-
HSV(B)325.61º54.67%58.82%-
XYZ17.7411.8617.57-
YUV97.88137.67165.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=45.05%
G=20.42%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506811500.550.230.41325.6137.6142.75
Hex9644730371729146262b
Octal22610416306727515064653
Binary1001011010001001110011011011110111101001101000110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964473; }

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

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

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

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

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

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

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

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