Html Css Color HEX #C8494E Mandy

📋 copy color: '#C8494E'

red 200 ◦ green 73 ◦ blue 78

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

Shades of Mandy #C8494E

Tints of Mandy #C8494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.22%

R = 56.98%
G = 20.8%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8494E (or 0xC8494E) is known color: Mandy. HEX triplet: C8, 49 and 4E. RGB value is (200,73,78). Sum of RGB (Red+Green+Blue) = 200+73+78=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C8494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8494E is #37B6B1. Grayscale: #6F6F6F. Windows color (decimal): -3651250 or 5130696. OLE color: 5130696.

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

Color convert

RGB 200 73 78 -
CMYK 0 0.64 0.61 0.22
HSL 357.64º 0.54% 0.54% -
HSV(B) 357.64º 0.64% 0.78% -
XYZ 27.58 17.59 9.15 -
YUV 111.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 200 73 78 0 0.64 0.61 0.22 357.64 0.54 0.54
Hex C8 49 4E 0 40 3D 16 166 36 36
Octal 310 111 116 0 100 75 26 546 66 66
Binary 11001000 1001001 1001110 0 1000000 111101 10110 101100110 110110 110110

Color Harmonies of #C8494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8494E

Black with #C8494E

Text Example


Text Example

White with #C8494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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