Html Css Color HEX #8C385C Rose Bud Cherry

📋 copy color: '#8C385C'

red 140 ◦ green 56 ◦ blue 92

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

Shades of Rose Bud Cherry #8C385C

Tints of Rose Bud Cherry #8C385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

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

R = 48.61%
G = 19.44%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C385C (or 0x8C385C) is known color: Rose Bud Cherry. HEX triplet: 8C, 38 and 5C. RGB value is (140,56,92). Sum of RGB (Red+Green+Blue) = 140+56+92=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C385C is #73C7A3. Grayscale: #555555. Windows color (decimal): -7587748 or 6043788. OLE color: 6043788.

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

Color convert

RGB 140 56 92 -
CMYK 0 0.6 0.34 0.45
HSL 334.29º 0.43% 0.38% -
HSV(B) 334.29º 0.6% 0.55% -
XYZ 14.16 9.18 11.15 -
YUV 85.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 140 56 92 0 0.6 0.34 0.45 334.29 0.43 0.38
Hex 8C 38 5C 0 3C 22 2D 14E 2B 26
Octal 214 70 134 0 74 42 55 516 53 46
Binary 10001100 111000 1011100 0 111100 100010 101101 101001110 101011 100110

Color Harmonies of #8C385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C385C

Black with #8C385C

Text Example


Text Example

White with #8C385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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