#964967

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

Shades of Cadillac #964967

Tints of Cadillac #964967

Color information

#964967 (or 0x964967) is unknown color: approx Cadillac. HEX triplet: 96, 49 and 67. RGB value is (150,73,103). Sum of RGB (Red+Green+Blue) = 150+73+103=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #964967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964967 is #69B698. Grayscale: #636363. Windows color (decimal): -6928025 or 6769046. OLE color: 6769046.

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

Color convert

RGB15073103-
CMYK00.510.310.41
HSL336.62º34.53%43.73%-
HSV(B)336.62º51.33%58.82%-
XYZ17.4112.2314.27-
YUV99.44130.01164.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=46.01%
G=22.39%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507310300.510.310.41336.6234.5343.73
Hex9649670331F29151232c
Octal22611114706337515214354
Binary1001011010010011100111011001111111101001101010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964967; }

 p { color: rgb(150,73,103); }

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

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

 a { background-color: rgb(150,73,103); }

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

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

 span { border-color: rgb(150,73,103); }

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