Html Css Color HEX #CE404F Mandy

📋 copy color: '#CE404F'

red 206 ◦ green 64 ◦ blue 79

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

Shades of Mandy #CE404F

Tints of Mandy #CE404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 59.03%
G = 18.34%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE404F (or 0xCE404F) is known color: Mandy. HEX triplet: CE, 40 and 4F. RGB value is (206,64,79). Sum of RGB (Red+Green+Blue) = 206+64+79=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE404F is #31BFB0. Grayscale: #6C6C6C. Windows color (decimal): -3260337 or 5193934. OLE color: 5193934.

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

Color convert

RGB 206 64 79 -
CMYK 0 0.69 0.62 0.19
HSL 353.66º 0.59% 0.53% -
HSV(B) 353.66º 0.69% 0.81% -
XYZ 28.7 17.35 9.23 -
YUV 108.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 206 64 79 0 0.69 0.62 0.19 353.66 0.59 0.53
Hex CE 40 4F 0 45 3E 13 162 3B 35
Octal 316 100 117 0 105 76 23 542 73 65
Binary 11001110 1000000 1001111 0 1000101 111110 10011 101100010 111011 110101

Color Harmonies of #CE404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE404F

Black with #CE404F

Text Example


Text Example

White with #CE404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE404F; }

 p { color: rgb(206,64,79); }

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

background-color css

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

 a { background-color: rgb(206,64,79); }

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

border-color css

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

 span { border-color: rgb(206,64,79); }

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