Html Css Color HEX #8C385D Rose Bud Cherry

📋 copy color: '#8C385D'

red 140 ◦ green 56 ◦ blue 93

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

Shades of Rose Bud Cherry #8C385D

Tints of Rose Bud Cherry #8C385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 48.44%
G = 19.38%
B = 32.18%

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

#8C385D (or 0x8C385D) is known color: Rose Bud Cherry. HEX triplet: 8C, 38 and 5D. RGB value is (140,56,93). Sum of RGB (Red+Green+Blue) = 140+56+93=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C385D is #73C7A2. Grayscale: #555555. Windows color (decimal): -7587747 or 6109324. OLE color: 6109324.

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

Color convert

RGB 140 56 93 -
CMYK 0 0.6 0.34 0.45
HSL 333.57º 0.43% 0.38% -
HSV(B) 333.57º 0.6% 0.55% -
XYZ 14.21 9.19 11.38 -
YUV 85.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 140 56 93 0 0.6 0.34 0.45 333.57 0.43 0.38
Hex 8C 38 5D 0 3C 22 2D 14E 2B 26
Octal 214 70 135 0 74 42 55 516 53 46
Binary 10001100 111000 1011101 0 111100 100010 101101 101001110 101011 100110

Color Harmonies of #8C385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C385D

Black with #8C385D

Text Example


Text Example

White with #8C385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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