Html Css Color HEX #CE495D Mandy

📋 copy color: '#CE495D'

red 206 ◦ green 73 ◦ blue 93

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

Shades of Mandy #CE495D

Tints of Mandy #CE495D

RGB

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

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

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

R = 55.38%
G = 19.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE495D (or 0xCE495D) is known color: Mandy. HEX triplet: CE, 49 and 5D. RGB value is (206,73,93). Sum of RGB (Red+Green+Blue) = 206+73+93=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE495D is #31B6A2. Grayscale: #737373. Windows color (decimal): -3258019 or 6113742. OLE color: 6113742.

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

Color convert

RGB 206 73 93 -
CMYK 0 0.65 0.55 0.19
HSL 350.98º 0.58% 0.55% -
HSV(B) 350.98º 0.65% 0.81% -
XYZ 29.81 18.68 12.39 -
YUV 115.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 206 73 93 0 0.65 0.55 0.19 350.98 0.58 0.55
Hex CE 49 5D 0 41 37 13 15F 3A 37
Octal 316 111 135 0 101 67 23 537 72 67
Binary 11001110 1001001 1011101 0 1000001 110111 10011 101011111 111010 110111

Color Harmonies of #CE495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE495D

Black with #CE495D

Text Example


Text Example

White with #CE495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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