Html Css Color HEX #C84650 Mandy

📋 copy color: '#C84650'

red 200 ◦ green 70 ◦ blue 80

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

Shades of Mandy #C84650

Tints of Mandy #C84650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 57.14%
G = 20%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C84650 (or 0xC84650) is known color: Mandy. HEX triplet: C8, 46 and 50. RGB value is (200,70,80). Sum of RGB (Red+Green+Blue) = 200+70+80=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C84650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84650 is #37B9AF. Grayscale: #6E6E6E. Windows color (decimal): -3652016 or 5261000. OLE color: 5261000.

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

Color convert

RGB 200 70 80 -
CMYK 0 0.65 0.6 0.22
HSL 355.38º 0.54% 0.53% -
HSV(B) 355.38º 0.65% 0.78% -
XYZ 27.46 17.24 9.47 -
YUV 110.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 200 70 80 0 0.65 0.6 0.22 355.38 0.54 0.53
Hex C8 46 50 0 41 3C 16 163 36 35
Octal 310 106 120 0 101 74 26 543 66 65
Binary 11001000 1000110 1010000 0 1000001 111100 10110 101100011 110110 110101

Color Harmonies of #C84650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84650

Black with #C84650

Text Example


Text Example

White with #C84650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84650; }

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

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

background-color css

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

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

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

border-color css

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

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

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