Html Css Color HEX #C85760 Mandy

📋 copy color: '#C85760'

red 200 ◦ green 87 ◦ blue 96

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

Shades of Mandy #C85760

Tints of Mandy #C85760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.72%

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

R = 52.22%
G = 22.72%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C85760 (or 0xC85760) is known color: Mandy. HEX triplet: C8, 57 and 60. RGB value is (200,87,96). Sum of RGB (Red+Green+Blue) = 200+87+96=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C85760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85760 is #37A89F. Grayscale: #797979. Windows color (decimal): -3647648 or 6313928. OLE color: 6313928.

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

Color convert

RGB 200 87 96 -
CMYK 0 0.56 0.52 0.22
HSL 355.22º 0.51% 0.56% -
HSV(B) 355.22º 0.57% 0.78% -
XYZ 29.34 19.94 13.37 -
YUV 121.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 200 87 96 0 0.56 0.52 0.22 355.22 0.51 0.56
Hex C8 57 60 0 38 34 16 163 33 38
Octal 310 127 140 0 70 64 26 543 63 70
Binary 11001000 1010111 1100000 0 111000 110100 10110 101100011 110011 111000

Color Harmonies of #C85760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85760

Black with #C85760

Text Example


Text Example

White with #C85760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85760; }

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

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

background-color css

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

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

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

border-color css

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

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

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