Html Css Color HEX #CE5256 Mandy

📋 copy color: '#CE5256'

red 206 ◦ green 82 ◦ blue 86

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

Shades of Mandy #CE5256

Tints of Mandy #CE5256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 55.08%
G = 21.93%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE5256 (or 0xCE5256) is known color: Mandy. HEX triplet: CE, 52 and 56. RGB value is (206,82,86). Sum of RGB (Red+Green+Blue) = 206+82+86=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5256 is #31ADA9. Grayscale: #777777. Windows color (decimal): -3255722 or 5657294. OLE color: 5657294.

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

Color convert

RGB 206 82 86 -
CMYK 0 0.60 0.58 0.19
HSL 358.06º 0.56% 0.56% -
HSV(B) 358.06º 0.6% 0.81% -
XYZ 30.15 19.83 11.04 -
YUV 119.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 206 82 86 0 0.60 0.58 0.19 358.06 0.56 0.56
Hex CE 52 56 0 3C 3A 13 166 38 38
Octal 316 122 126 0 74 72 23 546 70 70
Binary 11001110 1010010 1010110 0 111100 111010 10011 101100110 111000 111000

Color Harmonies of #CE5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5256

Black with #CE5256

Text Example


Text Example

White with #CE5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5256; }

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

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

background-color css

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

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

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

border-color css

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

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

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