Html Css Color HEX #8E376C Rose Bud Cherry

📋 copy color: '#8E376C'

red 142 ◦ green 55 ◦ blue 108

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

Shades of Rose Bud Cherry #8E376C

Tints of Rose Bud Cherry #8E376C

RGB

 RED value IS 142 (55.86% from 255) = 46.56%

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 46.56%
G = 18.03%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E376C (or 0x8E376C) is known color: Rose Bud Cherry. HEX triplet: 8E, 37 and 6C. RGB value is (142,55,108). Sum of RGB (Red+Green+Blue) = 142+55+108=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E376C is #71C893. Grayscale: #565656. Windows color (decimal): -7456916 or 7092110. OLE color: 7092110.

HSL color Cylindrical-coordinate representation of color #8E376C: hue angle of 323.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E376C is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 55 108 -
CMYK 0 0.61 0.24 0.44
HSL 323.45º 0.44% 0.39% -
HSV(B) 323.45º 0.61% 0.56% -
XYZ 15.23 9.57 15.23 -
YUV 87.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 142 55 108 0 0.61 0.24 0.44 323.45 0.44 0.39
Hex 8E 37 6C 0 3D 18 2C 143 2C 27
Octal 216 67 154 0 75 30 54 503 54 47
Binary 10001110 110111 1101100 0 111101 11000 101100 101000011 101100 100111

Color Harmonies of #8E376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E376C

Black with #8E376C

Text Example


Text Example

White with #8E376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,55,108); }

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

background-color css

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

 a { background-color: rgb(142,55,108); }

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

border-color css

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

 span { border-color: rgb(142,55,108); }

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