Html Css Color HEX #8C2E62 Rose Bud Cherry

📋 copy color: '#8C2E62'

red 140 ◦ green 46 ◦ blue 98

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

Shades of Rose Bud Cherry #8C2E62

Tints of Rose Bud Cherry #8C2E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 98 (38.67% from 255) = 34.51%

R = 49.3%
G = 16.2%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C2E62 (or 0x8C2E62) is known color: Rose Bud Cherry. HEX triplet: 8C, 2E and 62. RGB value is (140,46,98). Sum of RGB (Red+Green+Blue) = 140+46+98=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2E62 is #73D19D. Grayscale: #4F4F4F. Windows color (decimal): -7590302 or 6434444. OLE color: 6434444.

HSL color Cylindrical-coordinate representation of color #8C2E62: hue angle of 326.81º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C2E62 is Cyan = 0, Magento = 0.67, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 46 98 -
CMYK 0 0.67 0.3 0.45
HSL 326.81º 0.51% 0.36% -
HSV(B) 326.81º 0.67% 0.55% -
XYZ 14 8.41 12.44 -
YUV 80.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 140 46 98 0 0.67 0.3 0.45 326.81 0.51 0.36
Hex 8C 2E 62 0 43 1E 2D 147 33 24
Octal 214 56 142 0 103 36 55 507 63 44
Binary 10001100 101110 1100010 0 1000011 11110 101101 101000111 110011 100100

Color Harmonies of #8C2E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2E62

Black with #8C2E62

Text Example


Text Example

White with #8C2E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,46,98); }

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

background-color css

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

 a { background-color: rgb(140,46,98); }

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

border-color css

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

 span { border-color: rgb(140,46,98); }

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