Html Css Color HEX #C84951 Mandy

📋 copy color: '#C84951'

red 200 ◦ green 73 ◦ blue 81

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

Shades of Mandy #C84951

Tints of Mandy #C84951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.62%

 BLUE value IS 81 (32.03% from 255) = 22.88%

R = 56.5%
G = 20.62%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C84951 (or 0xC84951) is known color: Mandy. HEX triplet: C8, 49 and 51. RGB value is (200,73,81). Sum of RGB (Red+Green+Blue) = 200+73+81=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C84951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84951 is #37B6AE. Grayscale: #6F6F6F. Windows color (decimal): -3651247 or 5327304. OLE color: 5327304.

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

Color convert

RGB 200 73 81 -
CMYK 0 0.64 0.59 0.22
HSL 356.22º 0.54% 0.54% -
HSV(B) 356.22º 0.64% 0.78% -
XYZ 27.69 17.64 9.73 -
YUV 111.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 200 73 81 0 0.64 0.59 0.22 356.22 0.54 0.54
Hex C8 49 51 0 40 3B 16 164 36 36
Octal 310 111 121 0 100 73 26 544 66 66
Binary 11001000 1001001 1010001 0 1000000 111011 10110 101100100 110110 110110

Color Harmonies of #C84951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84951

Black with #C84951

Text Example


Text Example

White with #C84951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84951; }

 p { color: rgb(200,73,81); }

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

background-color css

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

 a { background-color: rgb(200,73,81); }

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

border-color css

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

 span { border-color: rgb(200,73,81); }

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