#984874

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

Shades of Cadillac #984874

Tints of Cadillac #984874

Color information

#984874 (or 0x984874) is unknown color: approx Cadillac. HEX triplet: 98, 48 and 74. RGB value is (152,72,116). Sum of RGB (Red+Green+Blue) = 152+72+116=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #984874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984874 is #67B78B. Grayscale: #646464. Windows color (decimal): -6797196 or 7620760. OLE color: 7620760.

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

Color convert

RGB15272116-
CMYK00.530.240.40
HSL327º35.71%43.92%-
HSV(B)327º52.63%59.61%-
XYZ18.4212.5717.98-
YUV100.94136.5164.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=44.71%
G=21.18%
B=34.12%

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
Decimal1527211600.530.240.4032735.7143.92
Hex9848740351828147242c
Octal23011016406530505074454
Binary1001100010010001110100011010111000101000101000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984874; }

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

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

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

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

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

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

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

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