#984970

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

Shades of Cadillac #984970

Tints of Cadillac #984970

Color information

#984970 (or 0x984970) is unknown color: approx Cadillac. HEX triplet: 98, 49 and 70. RGB value is (152,73,112). Sum of RGB (Red+Green+Blue) = 152+73+112=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #984970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984970 is #67B68F. Grayscale: #646464. Windows color (decimal): -6796944 or 7358872. OLE color: 7358872.

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

Color convert

RGB15273112-
CMYK00.520.260.40
HSL330.38º35.11%44.12%-
HSV(B)330.38º51.97%59.61%-
XYZ18.2612.6116.8-
YUV101.07134.17164.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=45.10%
G=21.66%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527311200.520.260.40330.3835.1144.12
Hex9849700341A2814a232c
Octal23011116006432505124354
Binary1001100010010011110000011010011010101000101001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984970; }

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

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

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

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

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

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

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

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