#964B64

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

Shades of Cadillac #964B64

Tints of Cadillac #964B64

Color information

#964B64 (or 0x964B64) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 64. RGB value is (150,75,100). Sum of RGB (Red+Green+Blue) = 150+75+100=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #964B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B64 is #69B49B. Grayscale: #646464. Windows color (decimal): -6927516 or 6572950. OLE color: 6572950.

HSL color Cylindrical-coordinate representation of color #964B64: hue angle of 340º 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 #964B64 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15075100-
CMYK00.50.330.41
HSL340º33.33%44.12%-
HSV(B)340º50%58.82%-
XYZ17.3912.4413.54-
YUV100.28127.85163.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507510000.50.330.4134033.3344.12
Hex964B640322129154212c
Octal22611314406241515244154
Binary10010110100101111001000110010100001101001101010100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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