Html Css Color HEX #CE5260 Mandy

📋 copy color: '#CE5260'

red 206 ◦ green 82 ◦ blue 96

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

Shades of Mandy #CE5260

Tints of Mandy #CE5260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25%

R = 53.65%
G = 21.35%
B = 25%

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

#CE5260 (or 0xCE5260) is known color: Mandy. HEX triplet: CE, 52 and 60. RGB value is (206,82,96). Sum of RGB (Red+Green+Blue) = 206+82+96=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5260 is #31AD9F. Grayscale: #787878. Windows color (decimal): -3255712 or 6312654. OLE color: 6312654.

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

Color convert

RGB 206 82 96 -
CMYK 0 0.60 0.53 0.19
HSL 353.23º 0.56% 0.56% -
HSV(B) 353.23º 0.6% 0.81% -
XYZ 30.58 20 13.32 -
YUV 120.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 206 82 96 0 0.60 0.53 0.19 353.23 0.56 0.56
Hex CE 52 60 0 3C 35 13 161 38 38
Octal 316 122 140 0 74 65 23 541 70 70
Binary 11001110 1010010 1100000 0 111100 110101 10011 101100001 111000 111000

Color Harmonies of #CE5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5260

Black with #CE5260

Text Example


Text Example

White with #CE5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5260; }

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

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

background-color css

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

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

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

border-color css

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

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

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