Html Css Color HEX #CE4E56 Mandy

📋 copy color: '#CE4E56'

red 206 ◦ green 78 ◦ blue 86

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

Shades of Mandy #CE4E56

Tints of Mandy #CE4E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.24%

R = 55.68%
G = 21.08%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE4E56 (or 0xCE4E56) is known color: Mandy. HEX triplet: CE, 4E and 56. RGB value is (206,78,86). Sum of RGB (Red+Green+Blue) = 206+78+86=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E56 is #31B1A9. Grayscale: #757575. Windows color (decimal): -3256746 or 5656270. OLE color: 5656270.

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

Color convert

RGB 206 78 86 -
CMYK 0 0.62 0.58 0.19
HSL 356.25º 0.57% 0.56% -
HSV(B) 356.25º 0.62% 0.81% -
XYZ 29.86 19.24 10.94 -
YUV 117.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 206 78 86 0 0.62 0.58 0.19 356.25 0.57 0.56
Hex CE 4E 56 0 3E 3A 13 164 39 38
Octal 316 116 126 0 76 72 23 544 71 70
Binary 11001110 1001110 1010110 0 111110 111010 10011 101100100 111001 111000

Color Harmonies of #CE4E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E56

Black with #CE4E56

Text Example


Text Example

White with #CE4E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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