#984977

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

Shades of Cadillac #984977

Tints of Cadillac #984977

Color information

#984977 (or 0x984977) is unknown color: approx Cadillac. HEX triplet: 98, 49 and 77. RGB value is (152,73,119). Sum of RGB (Red+Green+Blue) = 152+73+119=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #984977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984977 is #67B688. Grayscale: #656565. Windows color (decimal): -6796937 or 7817624. OLE color: 7817624.

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

Color convert

RGB15273119-
CMYK00.520.220.40
HSL325.06º35.11%44.12%-
HSV(B)325.06º51.97%59.61%-
XYZ18.6612.7718.93-
YUV101.86137.67163.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 119 (46.88% from 255) = 34.59%
R=44.19%
G=21.22%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527311900.520.220.40325.0635.1144.12
Hex9849770341628145232c
Octal23011116706426505054354
Binary1001100010010011110111011010010110101000101000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984977; }

 p { color: rgb(152,73,119); }

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

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

 a { background-color: rgb(152,73,119); }

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

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

 span { border-color: rgb(152,73,119); }

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