#964B68

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

Shades of Cadillac #964B68

Tints of Cadillac #964B68

Color information

#964B68 (or 0x964B68) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 68. RGB value is (150,75,104). Sum of RGB (Red+Green+Blue) = 150+75+104=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #964B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B68 is #69B497. Grayscale: #646464. Windows color (decimal): -6927512 or 6835094. OLE color: 6835094.

HSL color Cylindrical-coordinate representation of color #964B68: hue angle of 336.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B68 is Cyan = 0, Magento = 0.5, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15075104-
CMYK00.50.310.41
HSL336.8º33.33%44.12%-
HSV(B)336.8º50%58.82%-
XYZ17.5912.5214.59-
YUV100.73129.85163.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=45.59%
G=22.80%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507510400.50.310.41336.833.3344.12
Hex964B680321F29151212c
Octal22611315006237515214154
Binary1001011010010111101000011001011111101001101010001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964B68; }

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

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

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

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

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

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

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

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