Html Css Color HEX #C8494D Mandy

📋 copy color: '#C8494D'

red 200 ◦ green 73 ◦ blue 77

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

Shades of Mandy #C8494D

Tints of Mandy #C8494D

RGB

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

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

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

R = 57.14%
G = 20.86%
B = 22%

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

#C8494D (or 0xC8494D) is known color: Mandy. HEX triplet: C8, 49 and 4D. RGB value is (200,73,77). Sum of RGB (Red+Green+Blue) = 200+73+77=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8494D is #37B6B2. Grayscale: #6F6F6F. Windows color (decimal): -3651251 or 5065160. OLE color: 5065160.

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

Color convert

RGB 200 73 77 -
CMYK 0 0.64 0.62 0.22
HSL 358.11º 0.54% 0.54% -
HSV(B) 358.11º 0.64% 0.78% -
XYZ 27.54 17.58 8.96 -
YUV 111.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 200 73 77 0 0.64 0.62 0.22 358.11 0.54 0.54
Hex C8 49 4D 0 40 3E 16 166 36 36
Octal 310 111 115 0 100 76 26 546 66 66
Binary 11001000 1001001 1001101 0 1000000 111110 10110 101100110 110110 110110

Color Harmonies of #C8494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8494D

Black with #C8494D

Text Example


Text Example

White with #C8494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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