#8C2063

Color #8C2063 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8C2063

Tints of Rose Bud Cherry #8C2063

Color information

#8C2063 (or 0x8C2063) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 20 and 63. RGB value is (140,32,99). Sum of RGB (Red+Green+Blue) = 140+32+99=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2063 is #73DF9C. Grayscale: #474747. Windows color (decimal): -7593885 or 6496396. OLE color: 6496396.

HSL color Cylindrical-coordinate representation of color #8C2063: hue angle of 322.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C2063 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1403299-
CMYK00.770.290.45
HSL322.78º62.79%33.73%-
HSV(B)322.78º77.14%54.9%-
XYZ13.587.5112.54-
YUV71.93143.28176.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 32 (12.89% from 255) = 11.81%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=51.66%
G=11.81%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140329900.770.290.45322.7862.7933.73
Hex8C206304D1D2D1433f22
Octal21440143011535555037742
Binary1000110010000011000110100110111101101101101000011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2063; }

 p { color: rgb(140,32,99); }

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

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

 a { background-color: rgb(140,32,99); }

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

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

 span { border-color: rgb(140,32,99); }

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