#964769

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

Shades of Cadillac #964769

Tints of Cadillac #964769

Color information

#964769 (or 0x964769) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 69. RGB value is (150,71,105). Sum of RGB (Red+Green+Blue) = 150+71+105=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #964769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964769 is #69B896. Grayscale: #626262. Windows color (decimal): -6928535 or 6899606. OLE color: 6899606.

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

Color convert

RGB15071105-
CMYK00.530.300.41
HSL334.18º35.75%43.33%-
HSV(B)334.18º52.67%58.82%-
XYZ17.3812.0114.77-
YUV98.5131.67164.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=46.01%
G=21.78%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507110500.530.300.41334.1835.7543.33
Hex9647690351E2914e242b
Octal22610715106536515164453
Binary1001011010001111101001011010111110101001101001110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964769; }

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

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

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

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

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

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

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

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