#964B62

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

Shades of Cadillac #964B62

Tints of Cadillac #964B62

Color information

#964B62 (or 0x964B62) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 62. RGB value is (150,75,98). Sum of RGB (Red+Green+Blue) = 150+75+98=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #964B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B62 is #69B49D. Grayscale: #646464. Windows color (decimal): -6927518 or 6441878. OLE color: 6441878.

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

Color convert

RGB1507598-
CMYK00.50.350.41
HSL341.6º33.33%44.12%-
HSV(B)341.6º50%58.82%-
XYZ17.312.413.04-
YUV100.05126.85163.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=46.44%
G=23.22%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150759800.50.350.41341.633.3344.12
Hex964B620322329156212c
Octal22611314206243515264154
Binary10010110100101111000100110010100011101001101010110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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