#964275

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

Shades of Cadillac #964275

Tints of Cadillac #964275

Color information

#964275 (or 0x964275) is unknown color: approx Cadillac. HEX triplet: 96, 42 and 75. RGB value is (150,66,117). Sum of RGB (Red+Green+Blue) = 150+66+117=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #964275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964275 is #69BD8A. Grayscale: #606060. Windows color (decimal): -6929803 or 7684758. OLE color: 7684758.

HSL color Cylindrical-coordinate representation of color #964275: hue angle of 323.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964275 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15066117-
CMYK00.560.220.41
HSL323.57º38.89%42.35%-
HSV(B)323.57º56%58.82%-
XYZ17.7411.6618.15-
YUV96.93139.33165.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=45.05%
G=19.82%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506611700.560.220.41323.5738.8942.35
Hex9642750381629144272a
Octal22610216507026515044752
Binary1001011010000101110101011100010110101001101000100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964275; }

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

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

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

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

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

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

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

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