Html Css Color HEX #8C2F63 Rose Bud Cherry

📋 copy color: '#8C2F63'

red 140 ◦ green 47 ◦ blue 99

#8C2F63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #8C2F63

Tints of Rose Bud Cherry #8C2F63

RGB

 RED value IS 140 (55.08% from 255) = 48.95%

 GREEN value IS 47 (18.75% from 255) = 16.43%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 48.95%
G = 16.43%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C2F63 (or 0x8C2F63) is known color: Rose Bud Cherry. HEX triplet: 8C, 2F and 63. RGB value is (140,47,99). Sum of RGB (Red+Green+Blue) = 140+47+99=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F63 is #73D09C. Grayscale: #505050. Windows color (decimal): -7590045 or 6500236. OLE color: 6500236.

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

Color convert

RGB 140 47 99 -
CMYK 0 0.66 0.29 0.45
HSL 326.45º 0.5% 0.37% -
HSV(B) 326.45º 0.66% 0.55% -
XYZ 14.08 8.51 12.7 -
YUV 80.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 140 47 99 0 0.66 0.29 0.45 326.45 0.5 0.37
Hex 8C 2F 63 0 42 1D 2D 146 32 25
Octal 214 57 143 0 102 35 55 506 62 45
Binary 10001100 101111 1100011 0 1000010 11101 101101 101000110 110010 100101

Color Harmonies of #8C2F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F63

Black with #8C2F63

Text Example


Text Example

White with #8C2F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C2F63;
 }
 .AnyTagClassName
 {
   color: #8C2F63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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