#964766

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

Shades of Cadillac #964766

Tints of Cadillac #964766

Color information

#964766 (or 0x964766) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 66. RGB value is (150,71,102). Sum of RGB (Red+Green+Blue) = 150+71+102=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #964766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964766 is #69B899. Grayscale: #626262. Windows color (decimal): -6928538 or 6702998. OLE color: 6702998.

HSL color Cylindrical-coordinate representation of color #964766: hue angle of 336.46º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964766 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15071102-
CMYK00.530.320.41
HSL336.46º35.75%43.33%-
HSV(B)336.46º52.67%58.82%-
XYZ17.2311.9513.97-
YUV98.16130.17164.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=46.44%
G=21.98%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507110200.530.320.41336.4635.7543.33
Hex9647660352029150242b
Octal22610714606540515204453
Binary10010110100011111001100110101100000101001101010000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964766; }

 p { color: rgb(150,71,102); }

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

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

 a { background-color: rgb(150,71,102); }

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

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

 span { border-color: rgb(150,71,102); }

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