#964569

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

Shades of Cadillac #964569

Tints of Cadillac #964569

Color information

#964569 (or 0x964569) is unknown color: approx Cadillac. HEX triplet: 96, 45 and 69. RGB value is (150,69,105). Sum of RGB (Red+Green+Blue) = 150+69+105=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #964569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964569 is #69BA96. Grayscale: #616161. Windows color (decimal): -6929047 or 6899094. OLE color: 6899094.

HSL color Cylindrical-coordinate representation of color #964569: hue angle of 333.33º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964569 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15069105-
CMYK00.540.300.41
HSL333.33º36.99%42.94%-
HSV(B)333.33º54%58.82%-
XYZ17.2611.7614.73-
YUV97.32132.34165.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=46.30%
G=21.30%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506910500.540.300.41333.3336.9942.94
Hex9645690361E2914d252b
Octal22610515106636515154553
Binary1001011010001011101001011011011110101001101001101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964569; }

 p { color: rgb(150,69,105); }

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

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

 a { background-color: rgb(150,69,105); }

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

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

 span { border-color: rgb(150,69,105); }

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