#964C68

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

Shades of Cadillac #964C68

Tints of Cadillac #964C68

Color information

#964C68 (or 0x964C68) is unknown color: approx Cadillac. HEX triplet: 96, 4C and 68. RGB value is (150,76,104). Sum of RGB (Red+Green+Blue) = 150+76+104=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #964C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C68 is #69B397. Grayscale: #656565. Windows color (decimal): -6927256 or 6835350. OLE color: 6835350.

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

Color convert

RGB15076104-
CMYK00.490.310.41
HSL337.3º32.74%44.31%-
HSV(B)337.3º49.33%58.82%-
XYZ17.6612.6514.61-
YUV101.32129.52162.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=45.45%
G=23.03%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507610400.490.310.41337.332.7444.31
Hex964C680311F29151212c
Octal22611415006137515214154
Binary1001011010011001101000011000111111101001101010001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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