Html Css Color HEX #C85260 Mandy

📋 copy color: '#C85260'

red 200 ◦ green 82 ◦ blue 96

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

Shades of Mandy #C85260

Tints of Mandy #C85260

RGB

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

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

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

R = 52.91%
G = 21.69%
B = 25.4%

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

#C85260 (or 0xC85260) is known color: Mandy. HEX triplet: C8, 52 and 60. RGB value is (200,82,96). Sum of RGB (Red+Green+Blue) = 200+82+96=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C85260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85260 is #37AD9F. Grayscale: #767676. Windows color (decimal): -3648928 or 6312648. OLE color: 6312648.

HSL color Cylindrical-coordinate representation of color #C85260: hue angle of 352.88º 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 #C85260 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 96 -
CMYK 0 0.59 0.52 0.22
HSL 352.88º 0.52% 0.55% -
HSV(B) 352.88º 0.59% 0.78% -
XYZ 28.95 19.16 13.24 -
YUV 118.88 115.09 185.86 -
System Red Green Blue C M Y K H S L
Decimal 200 82 96 0 0.59 0.52 0.22 352.88 0.52 0.55
Hex C8 52 60 0 3B 34 16 161 34 37
Octal 310 122 140 0 73 64 26 541 64 67
Binary 11001000 1010010 1100000 0 111011 110100 10110 101100001 110100 110111

Color Harmonies of #C85260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85260

Black with #C85260

Text Example


Text Example

White with #C85260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85260; }

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

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

background-color css

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

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

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

border-color css

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

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

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