Html Css Color HEX #CE4E50 Mandy

📋 copy color: '#CE4E50'

red 206 ◦ green 78 ◦ blue 80

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

Shades of Mandy #CE4E50

Tints of Mandy #CE4E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.43%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 56.59%
G = 21.43%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE4E50 (or 0xCE4E50) is known color: Mandy. HEX triplet: CE, 4E and 50. RGB value is (206,78,80). Sum of RGB (Red+Green+Blue) = 206+78+80=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E50 is #31B1AF. Grayscale: #747474. Windows color (decimal): -3256752 or 5263054. OLE color: 5263054.

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

Color convert

RGB 206 78 80 -
CMYK 0 0.62 0.61 0.19
HSL 359.06º 0.57% 0.56% -
HSV(B) 359.06º 0.62% 0.81% -
XYZ 29.63 19.15 9.72 -
YUV 116.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 206 78 80 0 0.62 0.61 0.19 359.06 0.57 0.56
Hex CE 4E 50 0 3E 3D 13 167 39 38
Octal 316 116 120 0 76 75 23 547 71 70
Binary 11001110 1001110 1010000 0 111110 111101 10011 101100111 111001 111000

Color Harmonies of #CE4E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E50

Black with #CE4E50

Text Example


Text Example

White with #CE4E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E50; }

 p { color: rgb(206,78,80); }

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

background-color css

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

 a { background-color: rgb(206,78,80); }

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

border-color css

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

 span { border-color: rgb(206,78,80); }

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