#964167

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

Shades of Cadillac #964167

Tints of Cadillac #964167

Color information

#964167 (or 0x964167) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 67. RGB value is (150,65,103). Sum of RGB (Red+Green+Blue) = 150+65+103=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #964167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964167 is #69BE98. Grayscale: #5E5E5E. Windows color (decimal): -6930073 or 6766998. OLE color: 6766998.

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

Color convert

RGB15065103-
CMYK00.570.310.41
HSL333.18º39.53%42.16%-
HSV(B)333.18º56.67%58.82%-
XYZ16.9211.2414.11-
YUV94.75132.66167.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=47.17%
G=20.44%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506510300.570.310.41333.1839.5342.16
Hex9641670391F2914d282a
Octal22610114707137515155052
Binary1001011010000011100111011100111111101001101001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964167; }

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

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

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

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

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

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

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

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