Html Css Color HEX #CE5052 Mandy

📋 copy color: '#CE5052'

red 206 ◦ green 80 ◦ blue 82

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

Shades of Mandy #CE5052

Tints of Mandy #CE5052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 55.98%
G = 21.74%
B = 22.28%

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

#CE5052 (or 0xCE5052) is known color: Mandy. HEX triplet: CE, 50 and 52. RGB value is (206,80,82). Sum of RGB (Red+Green+Blue) = 206+80+82=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5052 is #31AFAD. Grayscale: #767676. Windows color (decimal): -3256238 or 5394638. OLE color: 5394638.

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

Color convert

RGB 206 80 82 -
CMYK 0 0.61 0.60 0.19
HSL 359.05º 0.56% 0.56% -
HSV(B) 359.05º 0.61% 0.81% -
XYZ 29.85 19.47 10.17 -
YUV 117.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 206 80 82 0 0.61 0.60 0.19 359.05 0.56 0.56
Hex CE 50 52 0 3D 3C 13 167 38 38
Octal 316 120 122 0 75 74 23 547 70 70
Binary 11001110 1010000 1010010 0 111101 111100 10011 101100111 111000 111000

Color Harmonies of #CE5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5052

Black with #CE5052

Text Example


Text Example

White with #CE5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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