Html Css Color HEX #8C355C Rose Bud Cherry

📋 copy color: '#8C355C'

red 140 ◦ green 53 ◦ blue 92

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

Shades of Rose Bud Cherry #8C355C

Tints of Rose Bud Cherry #8C355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

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

R = 49.12%
G = 18.6%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C355C (or 0x8C355C) is known color: Rose Bud Cherry. HEX triplet: 8C, 35 and 5C. RGB value is (140,53,92). Sum of RGB (Red+Green+Blue) = 140+53+92=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C355C is #73CAA3. Grayscale: #535353. Windows color (decimal): -7588516 or 6043020. OLE color: 6043020.

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

Color convert

RGB 140 53 92 -
CMYK 0 0.62 0.34 0.45
HSL 333.1º 0.45% 0.38% -
HSV(B) 333.1º 0.62% 0.55% -
XYZ 14.02 8.89 11.1 -
YUV 83.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 140 53 92 0 0.62 0.34 0.45 333.1 0.45 0.38
Hex 8C 35 5C 0 3E 22 2D 14D 2D 26
Octal 214 65 134 0 76 42 55 515 55 46
Binary 10001100 110101 1011100 0 111110 100010 101101 101001101 101101 100110

Color Harmonies of #8C355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C355C

Black with #8C355C

Text Example


Text Example

White with #8C355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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