Html Css Color HEX #C8495E Mandy

📋 copy color: '#C8495E'

red 200 ◦ green 73 ◦ blue 94

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

Shades of Mandy #C8495E

Tints of Mandy #C8495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.61%

R = 54.5%
G = 19.89%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8495E (or 0xC8495E) is known color: Mandy. HEX triplet: C8, 49 and 5E. RGB value is (200,73,94). Sum of RGB (Red+Green+Blue) = 200+73+94=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C8495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8495E is #37B6A1. Grayscale: #717171. Windows color (decimal): -3651234 or 6179272. OLE color: 6179272.

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

Color convert

RGB 200 73 94 -
CMYK 0 0.64 0.53 0.22
HSL 350.08º 0.54% 0.54% -
HSV(B) 350.08º 0.64% 0.78% -
XYZ 28.22 17.85 12.55 -
YUV 113.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 200 73 94 0 0.64 0.53 0.22 350.08 0.54 0.54
Hex C8 49 5E 0 40 35 16 15E 36 36
Octal 310 111 136 0 100 65 26 536 66 66
Binary 11001000 1001001 1011110 0 1000000 110101 10110 101011110 110110 110110

Color Harmonies of #C8495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8495E

Black with #C8495E

Text Example


Text Example

White with #C8495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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