Html Css Color HEX #CE4860 Mandy

📋 copy color: '#CE4860'

red 206 ◦ green 72 ◦ blue 96

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

Shades of Mandy #CE4860

Tints of Mandy #CE4860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

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

R = 55.08%
G = 19.25%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4860 (or 0xCE4860) is known color: Mandy. HEX triplet: CE, 48 and 60. RGB value is (206,72,96). Sum of RGB (Red+Green+Blue) = 206+72+96=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4860 is #31B79F. Grayscale: #727272. Windows color (decimal): -3258272 or 6310094. OLE color: 6310094.

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

Color convert

RGB 206 72 96 -
CMYK 0 0.65 0.53 0.19
HSL 349.25º 0.58% 0.55% -
HSV(B) 349.25º 0.65% 0.81% -
XYZ 29.88 18.6 13.08 -
YUV 114.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 206 72 96 0 0.65 0.53 0.19 349.25 0.58 0.55
Hex CE 48 60 0 41 35 13 15D 3A 37
Octal 316 110 140 0 101 65 23 535 72 67
Binary 11001110 1001000 1100000 0 1000001 110101 10011 101011101 111010 110111

Color Harmonies of #CE4860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4860

Black with #CE4860

Text Example


Text Example

White with #CE4860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4860; }

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

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

background-color css

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

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

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

border-color css

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

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

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