Html Css Color HEX #CE5053 Mandy

📋 copy color: '#CE5053'

red 206 ◦ green 80 ◦ blue 83

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

Shades of Mandy #CE5053

Tints of Mandy #CE5053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

 BLUE value IS 83 (32.81% from 255) = 22.49%

R = 55.83%
G = 21.68%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE5053 (or 0xCE5053) is known color: Mandy. HEX triplet: CE, 50 and 53. RGB value is (206,80,83). Sum of RGB (Red+Green+Blue) = 206+80+83=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5053 is #31AFAC. Grayscale: #767676. Windows color (decimal): -3256237 or 5460174. OLE color: 5460174.

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

Color convert

RGB 206 80 83 -
CMYK 0 0.61 0.60 0.19
HSL 358.57º 0.56% 0.56% -
HSV(B) 358.57º 0.61% 0.81% -
XYZ 29.88 19.48 10.37 -
YUV 118.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 206 80 83 0 0.61 0.60 0.19 358.57 0.56 0.56
Hex CE 50 53 0 3D 3C 13 167 38 38
Octal 316 120 123 0 75 74 23 547 70 70
Binary 11001110 1010000 1010011 0 111101 111100 10011 101100111 111000 111000

Color Harmonies of #CE5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5053

Black with #CE5053

Text Example


Text Example

White with #CE5053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5053; }

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

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

background-color css

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

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

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

border-color css

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

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

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