Html Css Color HEX #C85764 Mandy

📋 copy color: '#C85764'

red 200 ◦ green 87 ◦ blue 100

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

Shades of Mandy #C85764

Tints of Mandy #C85764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.84%

R = 51.68%
G = 22.48%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C85764 (or 0xC85764) is known color: Mandy. HEX triplet: C8, 57 and 64. RGB value is (200,87,100). Sum of RGB (Red+Green+Blue) = 200+87+100=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C85764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85764 is #37A89B. Grayscale: #7A7A7A. Windows color (decimal): -3647644 or 6576072. OLE color: 6576072.

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

Color convert

RGB 200 87 100 -
CMYK 0 0.56 0.5 0.22
HSL 353.1º 0.51% 0.56% -
HSV(B) 353.1º 0.57% 0.78% -
XYZ 29.53 20.02 14.36 -
YUV 122.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 200 87 100 0 0.56 0.5 0.22 353.1 0.51 0.56
Hex C8 57 64 0 38 32 16 161 33 38
Octal 310 127 144 0 70 62 26 541 63 70
Binary 11001000 1010111 1100100 0 111000 110010 10110 101100001 110011 111000

Color Harmonies of #C85764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85764

Black with #C85764

Text Example


Text Example

White with #C85764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85764; }

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

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

background-color css

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

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

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

border-color css

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

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

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