Html Css Color HEX #CE4249 Mandy

📋 copy color: '#CE4249'

red 206 ◦ green 66 ◦ blue 73

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

Shades of Mandy #CE4249

Tints of Mandy #CE4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 59.71%
G = 19.13%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4249 (or 0xCE4249) is known color: Mandy. HEX triplet: CE, 42 and 49. RGB value is (206,66,73). Sum of RGB (Red+Green+Blue) = 206+66+73=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4249 is #31BDB6. Grayscale: #6C6C6C. Windows color (decimal): -3259831 or 4801230. OLE color: 4801230.

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

Color convert

RGB 206 66 73 -
CMYK 0 0.68 0.65 0.19
HSL 357º 0.59% 0.53% -
HSV(B) 357º 0.68% 0.81% -
XYZ 28.6 17.5 8.17 -
YUV 108.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 206 66 73 0 0.68 0.65 0.19 357 0.59 0.53
Hex CE 42 49 0 44 41 13 165 3B 35
Octal 316 102 111 0 104 101 23 545 73 65
Binary 11001110 1000010 1001001 0 1000100 1000001 10011 101100101 111011 110101

Color Harmonies of #CE4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4249

Black with #CE4249

Text Example


Text Example

White with #CE4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4249; }

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

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

background-color css

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

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

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

border-color css

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

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

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