Html Css Color HEX #C85160 Mandy

📋 copy color: '#C85160'

red 200 ◦ green 81 ◦ blue 96

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

Shades of Mandy #C85160

Tints of Mandy #C85160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

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

R = 53.05%
G = 21.49%
B = 25.46%

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

#C85160 (or 0xC85160) is known color: Mandy. HEX triplet: C8, 51 and 60. RGB value is (200,81,96). Sum of RGB (Red+Green+Blue) = 200+81+96=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C85160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85160 is #37AE9F. Grayscale: #767676. Windows color (decimal): -3649184 or 6312392. OLE color: 6312392.

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

Color convert

RGB 200 81 96 -
CMYK 0 0.59 0.52 0.22
HSL 352.44º 0.52% 0.55% -
HSV(B) 352.44º 0.6% 0.78% -
XYZ 28.87 19.01 13.21 -
YUV 118.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 200 81 96 0 0.59 0.52 0.22 352.44 0.52 0.55
Hex C8 51 60 0 3B 34 16 160 34 37
Octal 310 121 140 0 73 64 26 540 64 67
Binary 11001000 1010001 1100000 0 111011 110100 10110 101100000 110100 110111

Color Harmonies of #C85160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85160

Black with #C85160

Text Example


Text Example

White with #C85160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85160; }

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

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

background-color css

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

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

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

border-color css

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

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

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