#984972

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

Shades of Cadillac #984972

Tints of Cadillac #984972

Color information

#984972 (or 0x984972) is unknown color: approx Cadillac. HEX triplet: 98, 49 and 72. RGB value is (152,73,114). Sum of RGB (Red+Green+Blue) = 152+73+114=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #984972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984972 is #67B68D. Grayscale: #656565. Windows color (decimal): -6796942 or 7489944. OLE color: 7489944.

HSL color Cylindrical-coordinate representation of color #984972: hue angle of 328.86º 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 #984972 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB15273114-
CMYK00.520.250.40
HSL328.86º35.11%44.12%-
HSV(B)328.86º51.97%59.61%-
XYZ18.3712.6617.39-
YUV101.3135.17164.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=44.84%
G=21.53%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527311400.520.250.40328.8635.1144.12
Hex9849720341928149232c
Octal23011116206431505114354
Binary1001100010010011110010011010011001101000101001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984972; }

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

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

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

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

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

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

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

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