Html Css Color HEX #C85761 Mandy

📋 copy color: '#C85761'

red 200 ◦ green 87 ◦ blue 97

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

Shades of Mandy #C85761

Tints of Mandy #C85761

RGB

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

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

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

R = 52.08%
G = 22.66%
B = 25.26%

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

#C85761 (or 0xC85761) is known color: Mandy. HEX triplet: C8, 57 and 61. RGB value is (200,87,97). Sum of RGB (Red+Green+Blue) = 200+87+97=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85761 is #37A89E. Grayscale: #7A7A7A. Windows color (decimal): -3647647 or 6379464. OLE color: 6379464.

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

Color convert

RGB 200 87 97 -
CMYK 0 0.56 0.52 0.22
HSL 354.69º 0.51% 0.56% -
HSV(B) 354.69º 0.57% 0.78% -
XYZ 29.39 19.96 13.61 -
YUV 121.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 200 87 97 0 0.56 0.52 0.22 354.69 0.51 0.56
Hex C8 57 61 0 38 34 16 163 33 38
Octal 310 127 141 0 70 64 26 543 63 70
Binary 11001000 1010111 1100001 0 111000 110100 10110 101100011 110011 111000

Color Harmonies of #C85761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85761

Black with #C85761

Text Example


Text Example

White with #C85761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85761; }

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

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

background-color css

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

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

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

border-color css

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

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

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