Html Css Color HEX #C85861 Mandy

📋 copy color: '#C85861'

red 200 ◦ green 88 ◦ blue 97

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

Shades of Mandy #C85861

Tints of Mandy #C85861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

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

R = 51.95%
G = 22.86%
B = 25.19%

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

#C85861 (or 0xC85861) is known color: Mandy. HEX triplet: C8, 58 and 61. RGB value is (200,88,97). Sum of RGB (Red+Green+Blue) = 200+88+97=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C85861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85861 is #37A79E. Grayscale: #7A7A7A. Windows color (decimal): -3647391 or 6379720. OLE color: 6379720.

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

Color convert

RGB 200 88 97 -
CMYK 0 0.56 0.52 0.22
HSL 355.18º 0.5% 0.56% -
HSV(B) 355.18º 0.56% 0.78% -
XYZ 29.47 20.12 13.64 -
YUV 122.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 200 88 97 0 0.56 0.52 0.22 355.18 0.5 0.56
Hex C8 58 61 0 38 34 16 163 32 38
Octal 310 130 141 0 70 64 26 543 62 70
Binary 11001000 1011000 1100001 0 111000 110100 10110 101100011 110010 111000

Color Harmonies of #C85861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85861

Black with #C85861

Text Example


Text Example

White with #C85861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85861; }

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

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

background-color css

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

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

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

border-color css

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

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

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