Html Css Color HEX #C85662 Mandy

📋 copy color: '#C85662'

red 200 ◦ green 86 ◦ blue 98

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

Shades of Mandy #C85662

Tints of Mandy #C85662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

 BLUE value IS 98 (38.67% from 255) = 25.52%

R = 52.08%
G = 22.4%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C85662 (or 0xC85662) is known color: Mandy. HEX triplet: C8, 56 and 62. RGB value is (200,86,98). Sum of RGB (Red+Green+Blue) = 200+86+98=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85662 is #37A99D. Grayscale: #797979. Windows color (decimal): -3647902 or 6444744. OLE color: 6444744.

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

Color convert

RGB 200 86 98 -
CMYK 0 0.57 0.51 0.22
HSL 353.68º 0.51% 0.56% -
HSV(B) 353.68º 0.57% 0.78% -
XYZ 29.35 19.82 13.83 -
YUV 121.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 200 86 98 0 0.57 0.51 0.22 353.68 0.51 0.56
Hex C8 56 62 0 39 33 16 162 33 38
Octal 310 126 142 0 71 63 26 542 63 70
Binary 11001000 1010110 1100010 0 111001 110011 10110 101100010 110011 111000

Color Harmonies of #C85662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85662

Black with #C85662

Text Example


Text Example

White with #C85662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85662; }

 p { color: rgb(200,86,98); }

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

background-color css

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

 a { background-color: rgb(200,86,98); }

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

border-color css

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

 span { border-color: rgb(200,86,98); }

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