#964768

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

Shades of Cadillac #964768

Tints of Cadillac #964768

Color information

#964768 (or 0x964768) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 68. RGB value is (150,71,104). Sum of RGB (Red+Green+Blue) = 150+71+104=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #964768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964768 is #69B897. Grayscale: #626262. Windows color (decimal): -6928536 or 6834070. OLE color: 6834070.

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

Color convert

RGB15071104-
CMYK00.530.310.41
HSL334.94º35.75%43.33%-
HSV(B)334.94º52.67%58.82%-
XYZ17.3311.9914.5-
YUV98.38131.17164.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 104 (41.02% from 255) = 32%
R=46.15%
G=21.85%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507110400.530.310.41334.9435.7543.33
Hex9647680351F2914f242b
Octal22610715006537515174453
Binary1001011010001111101000011010111111101001101001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964768; }

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

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

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

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

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

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

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

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