#984776

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

Shades of Cadillac #984776

Tints of Cadillac #984776

Color information

#984776 (or 0x984776) is unknown color: approx Cadillac. HEX triplet: 98, 47 and 76. RGB value is (152,71,118). Sum of RGB (Red+Green+Blue) = 152+71+118=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #984776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984776 is #67B889. Grayscale: #646464. Windows color (decimal): -6797450 or 7751576. OLE color: 7751576.

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

Color convert

RGB15271118-
CMYK00.530.220.40
HSL325.19º36.32%43.73%-
HSV(B)325.19º53.29%59.61%-
XYZ18.4712.4918.58-
YUV100.58137.84164.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=44.57%
G=20.82%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527111800.530.220.40325.1936.3243.73
Hex9847760351628145242c
Octal23010716606526505054454
Binary1001100010001111110110011010110110101000101000101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984776; }

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

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

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

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

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

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

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

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