Html Css Color HEX #CE5556 Mandy

📋 copy color: '#CE5556'

red 206 ◦ green 85 ◦ blue 86

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

Shades of Mandy #CE5556

Tints of Mandy #CE5556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 54.64%
G = 22.55%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE5556 (or 0xCE5556) is known color: Mandy. HEX triplet: CE, 55 and 56. RGB value is (206,85,86). Sum of RGB (Red+Green+Blue) = 206+85+86=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5556 is #31AAA9. Grayscale: #797979. Windows color (decimal): -3254954 or 5658062. OLE color: 5658062.

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

Color convert

RGB 206 85 86 -
CMYK 0 0.59 0.58 0.19
HSL 359.5º 0.55% 0.57% -
HSV(B) 359.5º 0.59% 0.81% -
XYZ 30.38 20.29 11.12 -
YUV 121.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 206 85 86 0 0.59 0.58 0.19 359.5 0.55 0.57
Hex CE 55 56 0 3B 3A 13 168 37 39
Octal 316 125 126 0 73 72 23 550 67 71
Binary 11001110 1010101 1010110 0 111011 111010 10011 101101000 110111 111001

Color Harmonies of #CE5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5556

Black with #CE5556

Text Example


Text Example

White with #CE5556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5556; }

 p { color: rgb(206,85,86); }

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

background-color css

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

 a { background-color: rgb(206,85,86); }

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

border-color css

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

 span { border-color: rgb(206,85,86); }

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