Html Css Color HEX #8C335C Rose Bud Cherry

📋 copy color: '#8C335C'

red 140 ◦ green 51 ◦ blue 92

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

Shades of Rose Bud Cherry #8C335C

Tints of Rose Bud Cherry #8C335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

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

R = 49.47%
G = 18.02%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C335C (or 0x8C335C) is known color: Rose Bud Cherry. HEX triplet: 8C, 33 and 5C. RGB value is (140,51,92). Sum of RGB (Red+Green+Blue) = 140+51+92=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C335C is #73CCA3. Grayscale: #525252. Windows color (decimal): -7589028 or 6042508. OLE color: 6042508.

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

Color convert

RGB 140 51 92 -
CMYK 0 0.64 0.34 0.45
HSL 332.36º 0.47% 0.37% -
HSV(B) 332.36º 0.64% 0.55% -
XYZ 13.93 8.72 11.07 -
YUV 82.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 140 51 92 0 0.64 0.34 0.45 332.36 0.47 0.37
Hex 8C 33 5C 0 40 22 2D 14C 2F 25
Octal 214 63 134 0 100 42 55 514 57 45
Binary 10001100 110011 1011100 0 1000000 100010 101101 101001100 101111 100101

Color Harmonies of #8C335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C335C

Black with #8C335C

Text Example


Text Example

White with #8C335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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