Html Css Color HEX #CE5760 Mandy

📋 copy color: '#CE5760'

red 206 ◦ green 87 ◦ blue 96

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

Shades of Mandy #CE5760

Tints of Mandy #CE5760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.37%

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

R = 52.96%
G = 22.37%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE5760 (or 0xCE5760) is known color: Mandy. HEX triplet: CE, 57 and 60. RGB value is (206,87,96). Sum of RGB (Red+Green+Blue) = 206+87+96=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5760 is #31A89F. Grayscale: #7B7B7B. Windows color (decimal): -3254432 or 6313934. OLE color: 6313934.

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

Color convert

RGB 206 87 96 -
CMYK 0 0.58 0.53 0.19
HSL 355.46º 0.55% 0.57% -
HSV(B) 355.46º 0.58% 0.81% -
XYZ 30.97 20.78 13.45 -
YUV 123.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 206 87 96 0 0.58 0.53 0.19 355.46 0.55 0.57
Hex CE 57 60 0 3A 35 13 163 37 39
Octal 316 127 140 0 72 65 23 543 67 71
Binary 11001110 1010111 1100000 0 111010 110101 10011 101100011 110111 111001

Color Harmonies of #CE5760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5760

Black with #CE5760

Text Example


Text Example

White with #CE5760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5760; }

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

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

background-color css

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

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

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

border-color css

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

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

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