Html Css Color HEX #CE495A Mandy

📋 copy color: '#CE495A'

red 206 ◦ green 73 ◦ blue 90

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

Shades of Mandy #CE495A

Tints of Mandy #CE495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.39%

R = 55.83%
G = 19.78%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE495A (or 0xCE495A) is known color: Mandy. HEX triplet: CE, 49 and 5A. RGB value is (206,73,90). Sum of RGB (Red+Green+Blue) = 206+73+90=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE495A is #31B6A5. Grayscale: #727272. Windows color (decimal): -3258022 or 5917134. OLE color: 5917134.

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

Color convert

RGB 206 73 90 -
CMYK 0 0.65 0.56 0.19
HSL 352.33º 0.58% 0.55% -
HSV(B) 352.33º 0.65% 0.81% -
XYZ 29.68 18.63 11.7 -
YUV 114.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 206 73 90 0 0.65 0.56 0.19 352.33 0.58 0.55
Hex CE 49 5A 0 41 38 13 160 3A 37
Octal 316 111 132 0 101 70 23 540 72 67
Binary 11001110 1001001 1011010 0 1000001 111000 10011 101100000 111010 110111

Color Harmonies of #CE495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE495A

Black with #CE495A

Text Example


Text Example

White with #CE495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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