Html Css Color HEX #C84748 Mandy

📋 copy color: '#C84748'

red 200 ◦ green 71 ◦ blue 72

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

Shades of Mandy #C84748

Tints of Mandy #C84748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 58.31%
G = 20.7%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C84748 (or 0xC84748) is known color: Mandy. HEX triplet: C8, 47 and 48. RGB value is (200,71,72). Sum of RGB (Red+Green+Blue) = 200+71+72=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C84748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84748 is #37B8B7. Grayscale: #6D6D6D. Windows color (decimal): -3651768 or 4736968. OLE color: 4736968.

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

Color convert

RGB 200 71 72 -
CMYK 0 0.64 0.64 0.22
HSL 359.53º 0.54% 0.53% -
HSV(B) 359.53º 0.65% 0.78% -
XYZ 27.24 17.25 8.03 -
YUV 109.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 200 71 72 0 0.64 0.64 0.22 359.53 0.54 0.53
Hex C8 47 48 0 40 40 16 168 36 35
Octal 310 107 110 0 100 100 26 550 66 65
Binary 11001000 1000111 1001000 0 1000000 1000000 10110 101101000 110110 110101

Color Harmonies of #C84748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84748

Black with #C84748

Text Example


Text Example

White with #C84748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84748; }

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

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

background-color css

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

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

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

border-color css

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

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

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