Html Css Color HEX #8C215D Rose Bud Cherry

📋 copy color: '#8C215D'

red 140 ◦ green 33 ◦ blue 93

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

Shades of Rose Bud Cherry #8C215D

Tints of Rose Bud Cherry #8C215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

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

R = 52.63%
G = 12.41%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C215D (or 0x8C215D) is known color: Rose Bud Cherry. HEX triplet: 8C, 21 and 5D. RGB value is (140,33,93). Sum of RGB (Red+Green+Blue) = 140+33+93=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C215D is #73DEA2. Grayscale: #474747. Windows color (decimal): -7593635 or 6103436. OLE color: 6103436.

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

Color convert

RGB 140 33 93 -
CMYK 0 0.76 0.34 0.45
HSL 326.36º 0.62% 0.34% -
HSV(B) 326.36º 0.76% 0.55% -
XYZ 13.33 7.45 11.09 -
YUV 71.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 140 33 93 0 0.76 0.34 0.45 326.36 0.62 0.34
Hex 8C 21 5D 0 4C 22 2D 146 3E 22
Octal 214 41 135 0 114 42 55 506 76 42
Binary 10001100 100001 1011101 0 1001100 100010 101101 101000110 111110 100010

Color Harmonies of #8C215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C215D

Black with #8C215D

Text Example


Text Example

White with #8C215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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