Html Css Color HEX #C85860 Mandy

📋 copy color: '#C85860'

red 200 ◦ green 88 ◦ blue 96

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

Shades of Mandy #C85860

Tints of Mandy #C85860

RGB

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

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

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

R = 52.08%
G = 22.92%
B = 25%

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

#C85860 (or 0xC85860) is known color: Mandy. HEX triplet: C8, 58 and 60. RGB value is (200,88,96). Sum of RGB (Red+Green+Blue) = 200+88+96=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85860 is #37A79F. Grayscale: #7A7A7A. Windows color (decimal): -3647392 or 6314184. OLE color: 6314184.

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

Color convert

RGB 200 88 96 -
CMYK 0 0.56 0.52 0.22
HSL 355.71º 0.5% 0.56% -
HSV(B) 355.71º 0.56% 0.78% -
XYZ 29.42 20.1 13.4 -
YUV 122.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 200 88 96 0 0.56 0.52 0.22 355.71 0.5 0.56
Hex C8 58 60 0 38 34 16 164 32 38
Octal 310 130 140 0 70 64 26 544 62 70
Binary 11001000 1011000 1100000 0 111000 110100 10110 101100100 110010 111000

Color Harmonies of #C85860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85860

Black with #C85860

Text Example


Text Example

White with #C85860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85860; }

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

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

background-color css

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

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

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

border-color css

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

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

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