Html Css Color HEX #C8474F Mandy

📋 copy color: '#C8474F'

red 200 ◦ green 71 ◦ blue 79

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

Shades of Mandy #C8474F

Tints of Mandy #C8474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 57.14%
G = 20.29%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8474F (or 0xC8474F) is known color: Mandy. HEX triplet: C8, 47 and 4F. RGB value is (200,71,79). Sum of RGB (Red+Green+Blue) = 200+71+79=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8474F is #37B8B0. Grayscale: #6E6E6E. Windows color (decimal): -3651761 or 5195720. OLE color: 5195720.

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

Color convert

RGB 200 71 79 -
CMYK 0 0.64 0.60 0.22
HSL 356.28º 0.54% 0.53% -
HSV(B) 356.28º 0.65% 0.78% -
XYZ 27.48 17.35 9.3 -
YUV 110.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 200 71 79 0 0.64 0.60 0.22 356.28 0.54 0.53
Hex C8 47 4F 0 40 3C 16 164 36 35
Octal 310 107 117 0 100 74 26 544 66 65
Binary 11001000 1000111 1001111 0 1000000 111100 10110 101100100 110110 110101

Color Harmonies of #C8474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8474F

Black with #C8474F

Text Example


Text Example

White with #C8474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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