#964874

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

Shades of Cadillac #964874

Tints of Cadillac #964874

Color information

#964874 (or 0x964874) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 74. RGB value is (150,72,116). Sum of RGB (Red+Green+Blue) = 150+72+116=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #964874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964874 is #69B78B. Grayscale: #646464. Windows color (decimal): -6928268 or 7620758. OLE color: 7620758.

HSL color Cylindrical-coordinate representation of color #964874: hue angle of 326.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964874 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15072116-
CMYK00.520.230.41
HSL326.15º35.14%43.53%-
HSV(B)326.15º52%58.82%-
XYZ18.0512.3817.96-
YUV100.34136.84163.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=44.38%
G=21.30%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507211600.520.230.41326.1535.1443.53
Hex9648740341729146232c
Octal22611016406427515064354
Binary1001011010010001110100011010010111101001101000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964874; }

 p { color: rgb(150,72,116); }

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

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

 a { background-color: rgb(150,72,116); }

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

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

 span { border-color: rgb(150,72,116); }

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