#984560

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

Shades of Cadillac #984560

Tints of Cadillac #984560

Color information

#984560 (or 0x984560) is unknown color: approx Cadillac. HEX triplet: 98, 45 and 60. RGB value is (152,69,96). Sum of RGB (Red+Green+Blue) = 152+69+96=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #984560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984560 is #67BA9F. Grayscale: #606060. Windows color (decimal): -6797984 or 6309272. OLE color: 6309272.

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

Color convert

RGB1526996-
CMYK00.550.370.40
HSL340.48º37.56%43.33%-
HSV(B)340.48º54.61%59.61%-
XYZ17.1911.7812.43-
YUV96.9127.5167.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=47.95%
G=21.77%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152699600.550.370.40340.4837.5643.33
Hex9845600372528154262b
Octal23010514006745505244653
Binary10011000100010111000000110111100101101000101010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984560; }

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

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

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

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

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

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

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

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