Html Css Color HEX #8C295C Rose Bud Cherry

📋 copy color: '#8C295C'

red 140 ◦ green 41 ◦ blue 92

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

Shades of Rose Bud Cherry #8C295C

Tints of Rose Bud Cherry #8C295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 51.28%
G = 15.02%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C295C (or 0x8C295C) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 5C. RGB value is (140,41,92). Sum of RGB (Red+Green+Blue) = 140+41+92=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C295C is #73D6A3. Grayscale: #4C4C4C. Windows color (decimal): -7591588 or 6039948. OLE color: 6039948.

HSL color Cylindrical-coordinate representation of color #8C295C: hue angle of 329.09º 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 #8C295C is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 92 -
CMYK 0 0.71 0.34 0.45
HSL 329.09º 0.55% 0.35% -
HSV(B) 329.09º 0.71% 0.55% -
XYZ 13.54 7.93 10.94 -
YUV 76.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 140 41 92 0 0.71 0.34 0.45 329.09 0.55 0.35
Hex 8C 29 5C 0 47 22 2D 149 37 23
Octal 214 51 134 0 107 42 55 511 67 43
Binary 10001100 101001 1011100 0 1000111 100010 101101 101001001 110111 100011

Color Harmonies of #8C295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C295C

Black with #8C295C

Text Example


Text Example

White with #8C295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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