Html Css Color HEX #852C60 Rose Bud Cherry

📋 copy color: '#852C60'

red 133 ◦ green 44 ◦ blue 96

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

Shades of Rose Bud Cherry #852C60

Tints of Rose Bud Cherry #852C60

RGB

 RED value IS 133 (52.34% from 255) = 48.72%

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 48.72%
G = 16.12%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#852C60 (or 0x852C60) is known color: Rose Bud Cherry. HEX triplet: 85, 2C and 60. RGB value is (133,44,96). Sum of RGB (Red+Green+Blue) = 133+44+96=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #852C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C60 is #7AD39F. Grayscale: #4C4C4C. Windows color (decimal): -8049568 or 6302853. OLE color: 6302853.

HSL color Cylindrical-coordinate representation of color #852C60: hue angle of 324.94º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C60 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 96 -
CMYK 0 0.67 0.28 0.48
HSL 324.94º 0.5% 0.35% -
HSV(B) 324.94º 0.67% 0.52% -
XYZ 12.68 7.63 11.87 -
YUV 76.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 133 44 96 0 0.67 0.28 0.48 324.94 0.5 0.35
Hex 85 2C 60 0 43 1C 30 145 32 23
Octal 205 54 140 0 103 34 60 505 62 43
Binary 10000101 101100 1100000 0 1000011 11100 110000 101000101 110010 100011

Color Harmonies of #852C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C60

Black with #852C60

Text Example


Text Example

White with #852C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C60; }

 p { color: rgb(133,44,96); }

 H1.HeaderClassName
 {
   color: #852C60;
 }
 .AnyTagClassName
 {
   color: #852C60;
 }
</style>

background-color css

<style>
 a { background-color: #852C60; }

 a { background-color: rgb(133,44,96); }

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

border-color css

<style>
 span { border-color: #852C60; }

 span { border-color: rgb(133,44,96); }

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