Html Css Color HEX #CE4560 Mandy

📋 copy color: '#CE4560'

red 206 ◦ green 69 ◦ blue 96

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

Shades of Mandy #CE4560

Tints of Mandy #CE4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

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

R = 55.53%
G = 18.6%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4560 (or 0xCE4560) is known color: Mandy. HEX triplet: CE, 45 and 60. RGB value is (206,69,96). Sum of RGB (Red+Green+Blue) = 206+69+96=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4560 is #31BA9F. Grayscale: #717171. Windows color (decimal): -3259040 or 6309326. OLE color: 6309326.

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

Color convert

RGB 206 69 96 -
CMYK 0 0.67 0.53 0.19
HSL 348.18º 0.58% 0.54% -
HSV(B) 348.18º 0.67% 0.81% -
XYZ 29.69 18.22 13.02 -
YUV 113.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 206 69 96 0 0.67 0.53 0.19 348.18 0.58 0.54
Hex CE 45 60 0 43 35 13 15C 3A 36
Octal 316 105 140 0 103 65 23 534 72 66
Binary 11001110 1000101 1100000 0 1000011 110101 10011 101011100 111010 110110

Color Harmonies of #CE4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4560

Black with #CE4560

Text Example


Text Example

White with #CE4560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4560; }

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

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

background-color css

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

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

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

border-color css

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

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

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