#964165

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

Shades of Cadillac #964165

Tints of Cadillac #964165

Color information

#964165 (or 0x964165) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 65. RGB value is (150,65,101). Sum of RGB (Red+Green+Blue) = 150+65+101=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #964165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964165 is #69BE9A. Grayscale: #5E5E5E. Windows color (decimal): -6930075 or 6635926. OLE color: 6635926.

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

Color convert

RGB15065101-
CMYK00.570.330.41
HSL334.59º39.53%42.16%-
HSV(B)334.59º56.67%58.82%-
XYZ16.8211.213.59-
YUV94.52131.66167.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=47.47%
G=20.57%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506510100.570.330.41334.5939.5342.16
Hex964165039212914f282a
Octal22610114507141515175052
Binary10010110100000111001010111001100001101001101001111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964165; }

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

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

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

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

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

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

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

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