#964775

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

Shades of Cadillac #964775

Tints of Cadillac #964775

Color information

#964775 (or 0x964775) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 75. RGB value is (150,71,117). Sum of RGB (Red+Green+Blue) = 150+71+117=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #964775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964775 is #69B88A. Grayscale: #636363. Windows color (decimal): -6928523 or 7686038. OLE color: 7686038.

HSL color Cylindrical-coordinate representation of color #964775: hue angle of 325.06º 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 #964775 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15071117-
CMYK00.530.220.41
HSL325.06º35.75%43.33%-
HSV(B)325.06º52.67%58.82%-
XYZ18.0412.2718.25-
YUV99.86137.67163.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=44.38%
G=21.01%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507111700.530.220.41325.0635.7543.33
Hex9647750351629145242b
Octal22610716506526515054453
Binary1001011010001111110101011010110110101001101000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964775; }

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

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

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

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

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

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

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

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