#984873

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

Shades of Cadillac #984873

Tints of Cadillac #984873

Color information

#984873 (or 0x984873) is unknown color: approx Cadillac. HEX triplet: 98, 48 and 73. RGB value is (152,72,115). Sum of RGB (Red+Green+Blue) = 152+72+115=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #984873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984873 is #67B78C. Grayscale: #646464. Windows color (decimal): -6797197 or 7555224. OLE color: 7555224.

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

Color convert

RGB15272115-
CMYK00.530.240.40
HSL327.75º35.71%43.92%-
HSV(B)327.75º52.63%59.61%-
XYZ18.3612.5517.67-
YUV100.82136164.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=44.84%
G=21.24%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527211500.530.240.40327.7535.7143.92
Hex9848730351828148242c
Octal23011016306530505104454
Binary1001100010010001110011011010111000101000101001000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984873; }

 p { color: rgb(152,72,115); }

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

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

 a { background-color: rgb(152,72,115); }

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

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

 span { border-color: rgb(152,72,115); }

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