Html Css Color HEX #C8474D Mandy

📋 copy color: '#C8474D'

red 200 ◦ green 71 ◦ blue 77

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

Shades of Mandy #C8474D

Tints of Mandy #C8474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 57.47%
G = 20.4%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8474D (or 0xC8474D) is known color: Mandy. HEX triplet: C8, 47 and 4D. RGB value is (200,71,77). Sum of RGB (Red+Green+Blue) = 200+71+77=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8474D is #37B8B2. Grayscale: #6E6E6E. Windows color (decimal): -3651763 or 5064648. OLE color: 5064648.

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

Color convert

RGB 200 71 77 -
CMYK 0 0.64 0.62 0.22
HSL 357.21º 0.54% 0.53% -
HSV(B) 357.21º 0.65% 0.78% -
XYZ 27.41 17.32 8.92 -
YUV 110.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 200 71 77 0 0.64 0.62 0.22 357.21 0.54 0.53
Hex C8 47 4D 0 40 3E 16 165 36 35
Octal 310 107 115 0 100 76 26 545 66 65
Binary 11001000 1000111 1001101 0 1000000 111110 10110 101100101 110110 110101

Color Harmonies of #C8474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8474D

Black with #C8474D

Text Example


Text Example

White with #C8474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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