Html Css Color HEX #8C285D Rose Bud Cherry

📋 copy color: '#8C285D'

red 140 ◦ green 40 ◦ blue 93

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

Shades of Rose Bud Cherry #8C285D

Tints of Rose Bud Cherry #8C285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 51.28%
G = 14.65%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C285D (or 0x8C285D) is known color: Rose Bud Cherry. HEX triplet: 8C, 28 and 5D. RGB value is (140,40,93). Sum of RGB (Red+Green+Blue) = 140+40+93=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C285D is #73D7A2. Grayscale: #4B4B4B. Windows color (decimal): -7591843 or 6105228. OLE color: 6105228.

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

Color convert

RGB 140 40 93 -
CMYK 0 0.71 0.34 0.45
HSL 328.2º 0.56% 0.35% -
HSV(B) 328.2º 0.71% 0.55% -
XYZ 13.55 7.88 11.16 -
YUV 75.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 140 40 93 0 0.71 0.34 0.45 328.2 0.56 0.35
Hex 8C 28 5D 0 47 22 2D 148 38 23
Octal 214 50 135 0 107 42 55 510 70 43
Binary 10001100 101000 1011101 0 1000111 100010 101101 101001000 111000 100011

Color Harmonies of #8C285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C285D

Black with #8C285D

Text Example


Text Example

White with #8C285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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