Html Css Color HEX #C85056 Mandy

📋 copy color: '#C85056'

red 200 ◦ green 80 ◦ blue 86

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

Shades of Mandy #C85056

Tints of Mandy #C85056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

 BLUE value IS 86 (33.98% from 255) = 23.5%

R = 54.64%
G = 21.86%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C85056 (or 0xC85056) is known color: Mandy. HEX triplet: C8, 50 and 56. RGB value is (200,80,86). Sum of RGB (Red+Green+Blue) = 200+80+86=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C85056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85056 is #37AFA9. Grayscale: #747474. Windows color (decimal): -3649450 or 5656776. OLE color: 5656776.

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

Color convert

RGB 200 80 86 -
CMYK 0 0.6 0.57 0.22
HSL 357º 0.52% 0.55% -
HSV(B) 357º 0.6% 0.78% -
XYZ 28.37 18.69 10.92 -
YUV 116.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 200 80 86 0 0.6 0.57 0.22 357 0.52 0.55
Hex C8 50 56 0 3C 39 16 165 34 37
Octal 310 120 126 0 74 71 26 545 64 67
Binary 11001000 1010000 1010110 0 111100 111001 10110 101100101 110100 110111

Color Harmonies of #C85056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85056

Black with #C85056

Text Example


Text Example

White with #C85056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85056; }

 p { color: rgb(200,80,86); }

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

background-color css

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

 a { background-color: rgb(200,80,86); }

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

border-color css

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

 span { border-color: rgb(200,80,86); }

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