Html Css Color HEX #CE5060 Mandy

📋 copy color: '#CE5060'

red 206 ◦ green 80 ◦ blue 96

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

Shades of Mandy #CE5060

Tints of Mandy #CE5060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

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

R = 53.93%
G = 20.94%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE5060 (or 0xCE5060) is known color: Mandy. HEX triplet: CE, 50 and 60. RGB value is (206,80,96). Sum of RGB (Red+Green+Blue) = 206+80+96=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5060 is #31AF9F. Grayscale: #777777. Windows color (decimal): -3256224 or 6312142. OLE color: 6312142.

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

Color convert

RGB 206 80 96 -
CMYK 0 0.61 0.53 0.19
HSL 352.38º 0.56% 0.56% -
HSV(B) 352.38º 0.61% 0.81% -
XYZ 30.43 19.7 13.27 -
YUV 119.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 206 80 96 0 0.61 0.53 0.19 352.38 0.56 0.56
Hex CE 50 60 0 3D 35 13 160 38 38
Octal 316 120 140 0 75 65 23 540 70 70
Binary 11001110 1010000 1100000 0 111101 110101 10011 101100000 111000 111000

Color Harmonies of #CE5060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5060

Black with #CE5060

Text Example


Text Example

White with #CE5060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5060; }

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

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

background-color css

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

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

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

border-color css

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

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

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