Html Css Color HEX #C8495D Mandy

📋 copy color: '#C8495D'

red 200 ◦ green 73 ◦ blue 93

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

Shades of Mandy #C8495D

Tints of Mandy #C8495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 54.64%
G = 19.95%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8495D (or 0xC8495D) is known color: Mandy. HEX triplet: C8, 49 and 5D. RGB value is (200,73,93). Sum of RGB (Red+Green+Blue) = 200+73+93=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8495D is #37B6A2. Grayscale: #717171. Windows color (decimal): -3651235 or 6113736. OLE color: 6113736.

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

Color convert

RGB 200 73 93 -
CMYK 0 0.64 0.54 0.22
HSL 350.55º 0.54% 0.54% -
HSV(B) 350.55º 0.64% 0.78% -
XYZ 28.18 17.83 12.31 -
YUV 113.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 200 73 93 0 0.64 0.54 0.22 350.55 0.54 0.54
Hex C8 49 5D 0 40 36 16 15F 36 36
Octal 310 111 135 0 100 66 26 537 66 66
Binary 11001000 1001001 1011101 0 1000000 110110 10110 101011111 110110 110110

Color Harmonies of #C8495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8495D

Black with #C8495D

Text Example


Text Example

White with #C8495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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