Html Css Color HEX #C85062 Mandy

📋 copy color: '#C85062'

red 200 ◦ green 80 ◦ blue 98

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

Shades of Mandy #C85062

Tints of Mandy #C85062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 52.91%
G = 21.16%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C85062 (or 0xC85062) is known color: Mandy. HEX triplet: C8, 50 and 62. RGB value is (200,80,98). Sum of RGB (Red+Green+Blue) = 200+80+98=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C85062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85062 is #37AF9D. Grayscale: #757575. Windows color (decimal): -3649438 or 6443208. OLE color: 6443208.

HSL color Cylindrical-coordinate representation of color #C85062: hue angle of 351º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85062 is Cyan = 0, Magento = 0.6, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 98 -
CMYK 0 0.6 0.51 0.22
HSL 351º 0.52% 0.55% -
HSV(B) 351º 0.6% 0.78% -
XYZ 28.89 18.9 13.68 -
YUV 117.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 200 80 98 0 0.6 0.51 0.22 351 0.52 0.55
Hex C8 50 62 0 3C 33 16 15F 34 37
Octal 310 120 142 0 74 63 26 537 64 67
Binary 11001000 1010000 1100010 0 111100 110011 10110 101011111 110100 110111

Color Harmonies of #C85062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85062

Black with #C85062

Text Example


Text Example

White with #C85062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85062; }

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

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

background-color css

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

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

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

border-color css

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

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

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