Html Css Color HEX #C85054 Mandy

📋 copy color: '#C85054'

red 200 ◦ green 80 ◦ blue 84

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

Shades of Mandy #C85054

Tints of Mandy #C85054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 54.95%
G = 21.98%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C85054 (or 0xC85054) is known color: Mandy. HEX triplet: C8, 50 and 54. RGB value is (200,80,84). Sum of RGB (Red+Green+Blue) = 200+80+84=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C85054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85054 is #37AFAB. Grayscale: #747474. Windows color (decimal): -3649452 or 5525704. OLE color: 5525704.

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

Color convert

RGB 200 80 84 -
CMYK 0 0.6 0.58 0.22
HSL 358º 0.52% 0.55% -
HSV(B) 358º 0.6% 0.78% -
XYZ 28.29 18.66 10.5 -
YUV 116.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 200 80 84 0 0.6 0.58 0.22 358 0.52 0.55
Hex C8 50 54 0 3C 3A 16 166 34 37
Octal 310 120 124 0 74 72 26 546 64 67
Binary 11001000 1010000 1010100 0 111100 111010 10110 101100110 110100 110111

Color Harmonies of #C85054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85054

Black with #C85054

Text Example


Text Example

White with #C85054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85054; }

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

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

background-color css

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

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

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

border-color css

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

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

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