#984476

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

Shades of Cadillac #984476

Tints of Cadillac #984476

Color information

#984476 (or 0x984476) is unknown color: approx Cadillac. HEX triplet: 98, 44 and 76. RGB value is (152,68,118). Sum of RGB (Red+Green+Blue) = 152+68+118=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #984476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984476 is #67BB89. Grayscale: #626262. Windows color (decimal): -6798218 or 7750808. OLE color: 7750808.

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

Color convert

RGB15268118-
CMYK00.550.220.40
HSL324.29º38.18%43.14%-
HSV(B)324.29º55.26%59.61%-
XYZ18.2912.1218.51-
YUV98.82138.83165.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=44.97%
G=20.12%
B=34.91%

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
Decimal1526811800.550.220.40324.2938.1843.14
Hex9844760371628144262b
Octal23010416606726505044653
Binary1001100010001001110110011011110110101000101000100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984476; }

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

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

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

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

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

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

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

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