Html Css Color HEX #8C295F Rose Bud Cherry

📋 copy color: '#8C295F'

red 140 ◦ green 41 ◦ blue 95

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

Shades of Rose Bud Cherry #8C295F

Tints of Rose Bud Cherry #8C295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 50.72%
G = 14.86%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C295F (or 0x8C295F) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 5F. RGB value is (140,41,95). Sum of RGB (Red+Green+Blue) = 140+41+95=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C295F is #73D6A0. Grayscale: #4C4C4C. Windows color (decimal): -7591585 or 6236556. OLE color: 6236556.

HSL color Cylindrical-coordinate representation of color #8C295F: hue angle of 327.27º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C295F is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 95 -
CMYK 0 0.71 0.32 0.45
HSL 327.27º 0.55% 0.35% -
HSV(B) 327.27º 0.71% 0.55% -
XYZ 13.67 7.99 11.65 -
YUV 76.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 140 41 95 0 0.71 0.32 0.45 327.27 0.55 0.35
Hex 8C 29 5F 0 47 20 2D 147 37 23
Octal 214 51 137 0 107 40 55 507 67 43
Binary 10001100 101001 1011111 0 1000111 100000 101101 101000111 110111 100011

Color Harmonies of #8C295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C295F

Black with #8C295F

Text Example


Text Example

White with #8C295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,95); }

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

background-color css

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

 a { background-color: rgb(140,41,95); }

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

border-color css

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

 span { border-color: rgb(140,41,95); }

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