Html Css Color HEX #C85562 Mandy

📋 copy color: '#C85562'

red 200 ◦ green 85 ◦ blue 98

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

Shades of Mandy #C85562

Tints of Mandy #C85562

RGB

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

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

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

R = 52.22%
G = 22.19%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C85562 (or 0xC85562) is known color: Mandy. HEX triplet: C8, 55 and 62. RGB value is (200,85,98). Sum of RGB (Red+Green+Blue) = 200+85+98=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C85562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85562 is #37AA9D. Grayscale: #787878. Windows color (decimal): -3648158 or 6444488. OLE color: 6444488.

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

Color convert

RGB 200 85 98 -
CMYK 0 0.58 0.51 0.22
HSL 353.22º 0.51% 0.56% -
HSV(B) 353.22º 0.58% 0.78% -
XYZ 29.27 19.66 13.81 -
YUV 120.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 200 85 98 0 0.58 0.51 0.22 353.22 0.51 0.56
Hex C8 55 62 0 3A 33 16 161 33 38
Octal 310 125 142 0 72 63 26 541 63 70
Binary 11001000 1010101 1100010 0 111010 110011 10110 101100001 110011 111000

Color Harmonies of #C85562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85562

Black with #C85562

Text Example


Text Example

White with #C85562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85562; }

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

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

background-color css

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

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

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

border-color css

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

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

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