Html Css Color HEX #CE4E60 Mandy

📋 copy color: '#CE4E60'

red 206 ◦ green 78 ◦ blue 96

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

Shades of Mandy #CE4E60

Tints of Mandy #CE4E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 54.21%
G = 20.53%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4E60 (or 0xCE4E60) is known color: Mandy. HEX triplet: CE, 4E and 60. RGB value is (206,78,96). Sum of RGB (Red+Green+Blue) = 206+78+96=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E60 is #31B19F. Grayscale: #767676. Windows color (decimal): -3256736 or 6311630. OLE color: 6311630.

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

Color convert

RGB 206 78 96 -
CMYK 0 0.62 0.53 0.19
HSL 351.56º 0.57% 0.56% -
HSV(B) 351.56º 0.62% 0.81% -
XYZ 30.29 19.42 13.22 -
YUV 118.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 206 78 96 0 0.62 0.53 0.19 351.56 0.57 0.56
Hex CE 4E 60 0 3E 35 13 160 39 38
Octal 316 116 140 0 76 65 23 540 71 70
Binary 11001110 1001110 1100000 0 111110 110101 10011 101100000 111001 111000

Color Harmonies of #CE4E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E60

Black with #CE4E60

Text Example


Text Example

White with #CE4E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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