Html Css Color HEX #CE5355 Mandy

📋 copy color: '#CE5355'

red 206 ◦ green 83 ◦ blue 85

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

Shades of Mandy #CE5355

Tints of Mandy #CE5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

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

R = 55.08%
G = 22.19%
B = 22.73%

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

#CE5355 (or 0xCE5355) is known color: Mandy. HEX triplet: CE, 53 and 55. RGB value is (206,83,85). Sum of RGB (Red+Green+Blue) = 206+83+85=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5355 is #31ACAA. Grayscale: #787878. Windows color (decimal): -3255467 or 5592014. OLE color: 5592014.

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

Color convert

RGB 206 83 85 -
CMYK 0 0.60 0.59 0.19
HSL 359.02º 0.56% 0.57% -
HSV(B) 359.02º 0.6% 0.81% -
XYZ 30.19 19.96 10.86 -
YUV 120.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 206 83 85 0 0.60 0.59 0.19 359.02 0.56 0.57
Hex CE 53 55 0 3C 3B 13 167 38 39
Octal 316 123 125 0 74 73 23 547 70 71
Binary 11001110 1010011 1010101 0 111100 111011 10011 101100111 111000 111001

Color Harmonies of #CE5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5355

Black with #CE5355

Text Example


Text Example

White with #CE5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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