#964278

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

Shades of Cadillac #964278

Tints of Cadillac #964278

Color information

#964278 (or 0x964278) is unknown color: approx Cadillac. HEX triplet: 96, 42 and 78. RGB value is (150,66,120). Sum of RGB (Red+Green+Blue) = 150+66+120=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964278 is #69BD87. Grayscale: #616161. Windows color (decimal): -6929800 or 7881366. OLE color: 7881366.

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

Color convert

RGB15066120-
CMYK00.560.200.41
HSL321.43º38.89%42.35%-
HSV(B)321.43º56%58.82%-
XYZ17.9211.7419.09-
YUV97.27140.83165.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=44.64%
G=19.64%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506612000.560.200.41321.4338.8942.35
Hex9642780381429141272a
Octal22610217007024515014752
Binary1001011010000101111000011100010100101001101000001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964278; }

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

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

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

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

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

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

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

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