Html Css Color HEX #C8495F Mandy

📋 copy color: '#C8495F'

red 200 ◦ green 73 ◦ blue 95

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

Shades of Mandy #C8495F

Tints of Mandy #C8495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 54.35%
G = 19.84%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8495F (or 0xC8495F) is known color: Mandy. HEX triplet: C8, 49 and 5F. RGB value is (200,73,95). Sum of RGB (Red+Green+Blue) = 200+73+95=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C8495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8495F is #37B6A0. Grayscale: #717171. Windows color (decimal): -3651233 or 6244808. OLE color: 6244808.

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

Color convert

RGB 200 73 95 -
CMYK 0 0.64 0.52 0.22
HSL 349.61º 0.54% 0.54% -
HSV(B) 349.61º 0.64% 0.78% -
XYZ 28.27 17.87 12.79 -
YUV 113.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 200 73 95 0 0.64 0.52 0.22 349.61 0.54 0.54
Hex C8 49 5F 0 40 34 16 15E 36 36
Octal 310 111 137 0 100 64 26 536 66 66
Binary 11001000 1001001 1011111 0 1000000 110100 10110 101011110 110110 110110

Color Harmonies of #C8495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8495F

Black with #C8495F

Text Example


Text Example

White with #C8495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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