Html Css Color HEX #CE5156 Mandy

📋 copy color: '#CE5156'

red 206 ◦ green 81 ◦ blue 86

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

Shades of Mandy #CE5156

Tints of Mandy #CE5156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

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

R = 55.23%
G = 21.72%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE5156 (or 0xCE5156) is known color: Mandy. HEX triplet: CE, 51 and 56. RGB value is (206,81,86). Sum of RGB (Red+Green+Blue) = 206+81+86=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5156 is #31AEA9. Grayscale: #777777. Windows color (decimal): -3255978 or 5657038. OLE color: 5657038.

HSL color Cylindrical-coordinate representation of color #CE5156: hue angle of 357.6º 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 #CE5156 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 81 86 -
CMYK 0 0.61 0.58 0.19
HSL 357.6º 0.56% 0.56% -
HSV(B) 357.6º 0.61% 0.81% -
XYZ 30.08 19.68 11.02 -
YUV 118.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 206 81 86 0 0.61 0.58 0.19 357.6 0.56 0.56
Hex CE 51 56 0 3D 3A 13 166 38 38
Octal 316 121 126 0 75 72 23 546 70 70
Binary 11001110 1010001 1010110 0 111101 111010 10011 101100110 111000 111000

Color Harmonies of #CE5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5156

Black with #CE5156

Text Example


Text Example

White with #CE5156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5156; }

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

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

background-color css

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

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

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

border-color css

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

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

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