#964175

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

Shades of Cadillac #964175

Tints of Cadillac #964175

Color information

#964175 (or 0x964175) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 75. RGB value is (150,65,117). Sum of RGB (Red+Green+Blue) = 150+65+117=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #964175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964175 is #69BE8A. Grayscale: #606060. Windows color (decimal): -6930059 or 7684502. OLE color: 7684502.

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

Color convert

RGB15065117-
CMYK00.570.220.41
HSL323.29º39.53%42.16%-
HSV(B)323.29º56.67%58.82%-
XYZ17.6811.5518.13-
YUV96.34139.66166.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=45.18%
G=19.58%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506511700.570.220.41323.2939.5342.16
Hex9641750391629143282a
Octal22610116507126515035052
Binary1001011010000011110101011100110110101001101000011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964175; }

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

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

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

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

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

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

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

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