Html Css Color HEX #C84750 Mandy

📋 copy color: '#C84750'

red 200 ◦ green 71 ◦ blue 80

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

Shades of Mandy #C84750

Tints of Mandy #C84750

RGB

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

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

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

R = 56.98%
G = 20.23%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C84750 (or 0xC84750) is known color: Mandy. HEX triplet: C8, 47 and 50. RGB value is (200,71,80). Sum of RGB (Red+Green+Blue) = 200+71+80=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C84750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84750 is #37B8AF. Grayscale: #6E6E6E. Windows color (decimal): -3651760 or 5261256. OLE color: 5261256.

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

Color convert

RGB 200 71 80 -
CMYK 0 0.64 0.6 0.22
HSL 355.81º 0.54% 0.53% -
HSV(B) 355.81º 0.65% 0.78% -
XYZ 27.52 17.37 9.49 -
YUV 110.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 200 71 80 0 0.64 0.6 0.22 355.81 0.54 0.53
Hex C8 47 50 0 40 3C 16 164 36 35
Octal 310 107 120 0 100 74 26 544 66 65
Binary 11001000 1000111 1010000 0 1000000 111100 10110 101100100 110110 110101

Color Harmonies of #C84750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84750

Black with #C84750

Text Example


Text Example

White with #C84750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84750; }

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

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

background-color css

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

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

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

border-color css

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

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

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