Html Css Color HEX #C85563 Mandy

📋 copy color: '#C85563'

red 200 ◦ green 85 ◦ blue 99

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

Shades of Mandy #C85563

Tints of Mandy #C85563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

 BLUE value IS 99 (39.06% from 255) = 25.78%

R = 52.08%
G = 22.14%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C85563 (or 0xC85563) is known color: Mandy. HEX triplet: C8, 55 and 63. RGB value is (200,85,99). Sum of RGB (Red+Green+Blue) = 200+85+99=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85563 is #37AA9C. Grayscale: #797979. Windows color (decimal): -3648157 or 6510024. OLE color: 6510024.

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

Color convert

RGB 200 85 99 -
CMYK 0 0.58 0.50 0.22
HSL 352.7º 0.51% 0.56% -
HSV(B) 352.7º 0.58% 0.78% -
XYZ 29.32 19.68 14.06 -
YUV 120.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 200 85 99 0 0.58 0.50 0.22 352.7 0.51 0.56
Hex C8 55 63 0 3A 32 16 161 33 38
Octal 310 125 143 0 72 62 26 541 63 70
Binary 11001000 1010101 1100011 0 111010 110010 10110 101100001 110011 111000

Color Harmonies of #C85563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85563

Black with #C85563

Text Example


Text Example

White with #C85563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85563; }

 p { color: rgb(200,85,99); }

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

background-color css

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

 a { background-color: rgb(200,85,99); }

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

border-color css

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

 span { border-color: rgb(200,85,99); }

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