Html Css Color HEX #CE5960 Mandy

📋 copy color: '#CE5960'

red 206 ◦ green 89 ◦ blue 96

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

Shades of Mandy #CE5960

Tints of Mandy #CE5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

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

R = 52.69%
G = 22.76%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE5960 (or 0xCE5960) is known color: Mandy. HEX triplet: CE, 59 and 60. RGB value is (206,89,96). Sum of RGB (Red+Green+Blue) = 206+89+96=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5960 is #31A69F. Grayscale: #7C7C7C. Windows color (decimal): -3253920 or 6314446. OLE color: 6314446.

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

Color convert

RGB 206 89 96 -
CMYK 0 0.57 0.53 0.19
HSL 356.41º 0.54% 0.58% -
HSV(B) 356.41º 0.57% 0.81% -
XYZ 31.14 21.11 13.5 -
YUV 124.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 206 89 96 0 0.57 0.53 0.19 356.41 0.54 0.58
Hex CE 59 60 0 39 35 13 164 36 3A
Octal 316 131 140 0 71 65 23 544 66 72
Binary 11001110 1011001 1100000 0 111001 110101 10011 101100100 110110 111010

Color Harmonies of #CE5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5960

Black with #CE5960

Text Example


Text Example

White with #CE5960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5960; }

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

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

background-color css

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

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

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

border-color css

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

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

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