Html Css Color HEX #C84760 Mandy

📋 copy color: '#C84760'

red 200 ◦ green 71 ◦ blue 96

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

Shades of Mandy #C84760

Tints of Mandy #C84760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.35%

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 54.5%
G = 19.35%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C84760 (or 0xC84760) is known color: Mandy. HEX triplet: C8, 47 and 60. RGB value is (200,71,96). Sum of RGB (Red+Green+Blue) = 200+71+96=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C84760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84760 is #37B89F. Grayscale: #707070. Windows color (decimal): -3651744 or 6309832. OLE color: 6309832.

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

Color convert

RGB 200 71 96 -
CMYK 0 0.64 0.52 0.22
HSL 348.37º 0.54% 0.53% -
HSV(B) 348.37º 0.65% 0.78% -
XYZ 28.18 17.63 12.98 -
YUV 112.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 200 71 96 0 0.64 0.52 0.22 348.37 0.54 0.53
Hex C8 47 60 0 40 34 16 15C 36 35
Octal 310 107 140 0 100 64 26 534 66 65
Binary 11001000 1000111 1100000 0 1000000 110100 10110 101011100 110110 110101

Color Harmonies of #C84760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84760

Black with #C84760

Text Example


Text Example

White with #C84760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84760; }

 p { color: rgb(200,71,96); }

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

background-color css

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

 a { background-color: rgb(200,71,96); }

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

border-color css

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

 span { border-color: rgb(200,71,96); }

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