#984576

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

Shades of Cadillac #984576

Tints of Cadillac #984576

Color information

#984576 (or 0x984576) is unknown color: approx Cadillac. HEX triplet: 98, 45 and 76. RGB value is (152,69,118). Sum of RGB (Red+Green+Blue) = 152+69+118=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #984576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984576 is #67BA89. Grayscale: #636363. Windows color (decimal): -6797962 or 7751064. OLE color: 7751064.

HSL color Cylindrical-coordinate representation of color #984576: hue angle of 324.58º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984576 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15269118-
CMYK00.550.220.40
HSL324.58º37.56%43.33%-
HSV(B)324.58º54.61%59.61%-
XYZ18.3512.2418.54-
YUV99.4138.5165.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=44.84%
G=20.35%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526911800.550.220.40324.5837.5643.33
Hex9845760371628145262b
Octal23010516606726505054653
Binary1001100010001011110110011011110110101000101000101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984576; }

 p { color: rgb(152,69,118); }

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

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

 a { background-color: rgb(152,69,118); }

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

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

 span { border-color: rgb(152,69,118); }

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