Html Css Color HEX #C85261 Mandy

📋 copy color: '#C85261'

red 200 ◦ green 82 ◦ blue 97

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

Shades of Mandy #C85261

Tints of Mandy #C85261

RGB

 RED value IS 200 (78.52% from 255) = 52.77%

 GREEN value IS 82 (32.42% from 255) = 21.64%

 BLUE value IS 97 (38.28% from 255) = 25.59%

R = 52.77%
G = 21.64%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C85261 (or 0xC85261) is known color: Mandy. HEX triplet: C8, 52 and 61. RGB value is (200,82,97). Sum of RGB (Red+Green+Blue) = 200+82+97=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C85261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85261 is #37AD9E. Grayscale: #777777. Windows color (decimal): -3648927 or 6378184. OLE color: 6378184.

HSL color Cylindrical-coordinate representation of color #C85261: hue angle of 352.37º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85261 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 97 -
CMYK 0 0.59 0.52 0.22
HSL 352.37º 0.52% 0.55% -
HSV(B) 352.37º 0.59% 0.78% -
XYZ 28.99 19.18 13.48 -
YUV 118.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 200 82 97 0 0.59 0.52 0.22 352.37 0.52 0.55
Hex C8 52 61 0 3B 34 16 160 34 37
Octal 310 122 141 0 73 64 26 540 64 67
Binary 11001000 1010010 1100001 0 111011 110100 10110 101100000 110100 110111

Color Harmonies of #C85261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85261

Black with #C85261

Text Example


Text Example

White with #C85261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85261; }

 p { color: rgb(200,82,97); }

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

background-color css

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

 a { background-color: rgb(200,82,97); }

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

border-color css

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

 span { border-color: rgb(200,82,97); }

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