#984059

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

Shades of Cadillac #984059

Tints of Cadillac #984059

Color information

#984059 (or 0x984059) is unknown color: approx Cadillac. HEX triplet: 98, 40 and 59. RGB value is (152,64,89). Sum of RGB (Red+Green+Blue) = 152+64+89=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #984059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984059 is #67BFA6. Grayscale: #5D5D5D. Windows color (decimal): -6799271 or 5849240. OLE color: 5849240.

HSL color Cylindrical-coordinate representation of color #984059: hue angle of 342.95º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984059 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1526489-
CMYK00.580.410.40
HSL342.95º40.74%42.35%-
HSV(B)342.95º57.89%59.61%-
XYZ16.5911.0610.71-
YUV93.16125.65169.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=49.84%
G=20.98%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152648900.580.410.40342.9540.7442.35
Hex98405903A2928157292a
Octal23010013107251505275152
Binary10011000100000010110010111010101001101000101010111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984059; }

 p { color: rgb(152,64,89); }

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

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

 a { background-color: rgb(152,64,89); }

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

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

 span { border-color: rgb(152,64,89); }

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