#964A61

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

Shades of Cadillac #964A61

Tints of Cadillac #964A61

Color information

#964A61 (or 0x964A61) is unknown color: approx Cadillac. HEX triplet: 96, 4A and 61. RGB value is (150,74,97). Sum of RGB (Red+Green+Blue) = 150+74+97=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #964A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A61 is #69B59E. Grayscale: #636363. Windows color (decimal): -6927775 or 6376086. OLE color: 6376086.

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

Color convert

RGB1507497-
CMYK00.510.350.41
HSL341.84º33.93%43.92%-
HSV(B)341.84º50.67%58.82%-
XYZ17.1812.2412.77-
YUV99.35126.68164.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=46.73%
G=23.05%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150749700.510.350.41341.8433.9343.92
Hex964A610332329156222c
Octal22611214106343515264254
Binary10010110100101011000010110011100011101001101010110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,74,97); }

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

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

 a { background-color: rgb(150,74,97); }

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

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

 span { border-color: rgb(150,74,97); }

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