Html Css Color HEX #CE5254 Mandy

📋 copy color: '#CE5254'

red 206 ◦ green 82 ◦ blue 84

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

Shades of Mandy #CE5254

Tints of Mandy #CE5254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.58%

R = 55.38%
G = 22.04%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE5254 (or 0xCE5254) is known color: Mandy. HEX triplet: CE, 52 and 54. RGB value is (206,82,84). Sum of RGB (Red+Green+Blue) = 206+82+84=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5254 is #31ADAB. Grayscale: #777777. Windows color (decimal): -3255724 or 5526222. OLE color: 5526222.

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

Color convert

RGB 206 82 84 -
CMYK 0 0.60 0.59 0.19
HSL 359.03º 0.56% 0.56% -
HSV(B) 359.03º 0.6% 0.81% -
XYZ 30.07 19.8 10.62 -
YUV 119.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 206 82 84 0 0.60 0.59 0.19 359.03 0.56 0.56
Hex CE 52 54 0 3C 3B 13 167 38 38
Octal 316 122 124 0 74 73 23 547 70 70
Binary 11001110 1010010 1010100 0 111100 111011 10011 101100111 111000 111000

Color Harmonies of #CE5254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5254

Black with #CE5254

Text Example


Text Example

White with #CE5254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5254; }

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

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

background-color css

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

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

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

border-color css

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

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

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