Html Css Color HEX #CE5261 Mandy

📋 copy color: '#CE5261'

red 206 ◦ green 82 ◦ blue 97

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

Shades of Mandy #CE5261

Tints of Mandy #CE5261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 53.51%
G = 21.3%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE5261 (or 0xCE5261) is known color: Mandy. HEX triplet: CE, 52 and 61. RGB value is (206,82,97). Sum of RGB (Red+Green+Blue) = 206+82+97=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5261 is #31AD9E. Grayscale: #787878. Windows color (decimal): -3255711 or 6378190. OLE color: 6378190.

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

Color convert

RGB 206 82 97 -
CMYK 0 0.60 0.53 0.19
HSL 352.74º 0.56% 0.56% -
HSV(B) 352.74º 0.6% 0.81% -
XYZ 30.63 20.02 13.56 -
YUV 120.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 206 82 97 0 0.60 0.53 0.19 352.74 0.56 0.56
Hex CE 52 61 0 3C 35 13 161 38 38
Octal 316 122 141 0 74 65 23 541 70 70
Binary 11001110 1010010 1100001 0 111100 110101 10011 101100001 111000 111000

Color Harmonies of #CE5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5261

Black with #CE5261

Text Example


Text Example

White with #CE5261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5261; }

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

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

background-color css

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

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

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

border-color css

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

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

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