#984856

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

Shades of Cadillac #984856

Tints of Cadillac #984856

Color information

#984856 (or 0x984856) is unknown color: approx Cadillac. HEX triplet: 98, 48 and 56. RGB value is (152,72,86). Sum of RGB (Red+Green+Blue) = 152+72+86=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #984856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984856 is #67B7A9. Grayscale: #616161. Windows color (decimal): -6797226 or 5654680. OLE color: 5654680.

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

Color convert

RGB1527286-
CMYK00.530.430.40
HSL349.5º35.71%43.92%-
HSV(B)349.5º52.63%59.61%-
XYZ16.9511.9810.22-
YUV97.52121.5166.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=49.03%
G=23.23%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152728600.530.430.40349.535.7143.92
Hex9848560352B2815e242c
Octal23011012606553505364454
Binary10011000100100010101100110101101011101000101011110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984856; }

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

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

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

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

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

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

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

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