Html Css Color HEX #8C2B65 Rose Bud Cherry

📋 copy color: '#8C2B65'

red 140 ◦ green 43 ◦ blue 101

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

Shades of Rose Bud Cherry #8C2B65

Tints of Rose Bud Cherry #8C2B65

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 49.3%
G = 15.14%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C2B65 (or 0x8C2B65) is known color: Rose Bud Cherry. HEX triplet: 8C, 2B and 65. RGB value is (140,43,101). Sum of RGB (Red+Green+Blue) = 140+43+101=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B65 is #73D49A. Grayscale: #4E4E4E. Windows color (decimal): -7591067 or 6630284. OLE color: 6630284.

HSL color Cylindrical-coordinate representation of color #8C2B65: hue angle of 324.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2B65 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 43 101 -
CMYK 0 0.69 0.28 0.45
HSL 324.12º 0.53% 0.36% -
HSV(B) 324.12º 0.69% 0.55% -
XYZ 14.03 8.24 13.16 -
YUV 78.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 140 43 101 0 0.69 0.28 0.45 324.12 0.53 0.36
Hex 8C 2B 65 0 45 1C 2D 144 35 24
Octal 214 53 145 0 105 34 55 504 65 44
Binary 10001100 101011 1100101 0 1000101 11100 101101 101000100 110101 100100

Color Harmonies of #8C2B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B65

Black with #8C2B65

Text Example


Text Example

White with #8C2B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,43,101); }

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

background-color css

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

 a { background-color: rgb(140,43,101); }

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

border-color css

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

 span { border-color: rgb(140,43,101); }

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