Html Css Color HEX #CE495F Mandy

📋 copy color: '#CE495F'

red 206 ◦ green 73 ◦ blue 95

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

Shades of Mandy #CE495F

Tints of Mandy #CE495F

RGB

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

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

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

R = 55.08%
G = 19.52%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE495F (or 0xCE495F) is known color: Mandy. HEX triplet: CE, 49 and 5F. RGB value is (206,73,95). Sum of RGB (Red+Green+Blue) = 206+73+95=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE495F is #31B6A0. Grayscale: #737373. Windows color (decimal): -3258017 or 6244814. OLE color: 6244814.

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

Color convert

RGB 206 73 95 -
CMYK 0 0.65 0.54 0.19
HSL 350.08º 0.58% 0.55% -
HSV(B) 350.08º 0.65% 0.81% -
XYZ 29.9 18.71 12.86 -
YUV 115.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 206 73 95 0 0.65 0.54 0.19 350.08 0.58 0.55
Hex CE 49 5F 0 41 36 13 15E 3A 37
Octal 316 111 137 0 101 66 23 536 72 67
Binary 11001110 1001001 1011111 0 1000001 110110 10011 101011110 111010 110111

Color Harmonies of #CE495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE495F

Black with #CE495F

Text Example


Text Example

White with #CE495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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