#984563

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

Shades of Cadillac #984563

Tints of Cadillac #984563

Color information

#984563 (or 0x984563) is unknown color: approx Cadillac. HEX triplet: 98, 45 and 63. RGB value is (152,69,99). Sum of RGB (Red+Green+Blue) = 152+69+99=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #984563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984563 is #67BA9C. Grayscale: #616161. Windows color (decimal): -6797981 or 6505880. OLE color: 6505880.

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

Color convert

RGB1526999-
CMYK00.550.350.40
HSL338.31º37.56%43.33%-
HSV(B)338.31º54.61%59.61%-
XYZ17.3311.8313.17-
YUV97.24129167.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=47.5%
G=21.56%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152699900.550.350.40338.3137.5643.33
Hex9845630372328152262b
Octal23010514306743505224653
Binary10011000100010111000110110111100011101000101010010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984563; }

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

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

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

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

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

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

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

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