Html Css Color HEX #CE5455 Mandy

📋 copy color: '#CE5455'

red 206 ◦ green 84 ◦ blue 85

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

Shades of Mandy #CE5455

Tints of Mandy #CE5455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 54.93%
G = 22.4%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE5455 (or 0xCE5455) is known color: Mandy. HEX triplet: CE, 54 and 55. RGB value is (206,84,85). Sum of RGB (Red+Green+Blue) = 206+84+85=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5455 is #31ABAA. Grayscale: #787878. Windows color (decimal): -3255211 or 5592270. OLE color: 5592270.

HSL color Cylindrical-coordinate representation of color #CE5455: hue angle of 359.51º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5455 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 85 -
CMYK 0 0.59 0.59 0.19
HSL 359.51º 0.55% 0.57% -
HSV(B) 359.51º 0.59% 0.81% -
XYZ 30.26 20.12 10.88 -
YUV 120.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 206 84 85 0 0.59 0.59 0.19 359.51 0.55 0.57
Hex CE 54 55 0 3B 3B 13 168 37 39
Octal 316 124 125 0 73 73 23 550 67 71
Binary 11001110 1010100 1010101 0 111011 111011 10011 101101000 110111 111001

Color Harmonies of #CE5455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5455

Black with #CE5455

Text Example


Text Example

White with #CE5455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5455; }

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

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

background-color css

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

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

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

border-color css

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

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

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