Html Css Color HEX #CE494E Mandy

📋 copy color: '#CE494E'

red 206 ◦ green 73 ◦ blue 78

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

Shades of Mandy #CE494E

Tints of Mandy #CE494E

RGB

 RED value IS 206 (80.86% from 255) = 57.7%

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

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

R = 57.7%
G = 20.45%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE494E (or 0xCE494E) is known color: Mandy. HEX triplet: CE, 49 and 4E. RGB value is (206,73,78). Sum of RGB (Red+Green+Blue) = 206+73+78=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE494E is #31B6B1. Grayscale: #717171. Windows color (decimal): -3258034 or 5130702. OLE color: 5130702.

HSL color Cylindrical-coordinate representation of color #CE494E: hue angle of 357.74º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE494E is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 73 78 -
CMYK 0 0.65 0.62 0.19
HSL 357.74º 0.58% 0.55% -
HSV(B) 357.74º 0.65% 0.81% -
XYZ 29.21 18.44 9.23 -
YUV 113.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 206 73 78 0 0.65 0.62 0.19 357.74 0.58 0.55
Hex CE 49 4E 0 41 3E 13 166 3A 37
Octal 316 111 116 0 101 76 23 546 72 67
Binary 11001110 1001001 1001110 0 1000001 111110 10011 101100110 111010 110111

Color Harmonies of #CE494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE494E

Black with #CE494E

Text Example


Text Example

White with #CE494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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