Html Css Color HEX #CE505E Mandy

📋 copy color: '#CE505E'

red 206 ◦ green 80 ◦ blue 94

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

Shades of Mandy #CE505E

Tints of Mandy #CE505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 54.21%
G = 21.05%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE505E (or 0xCE505E) is known color: Mandy. HEX triplet: CE, 50 and 5E. RGB value is (206,80,94). Sum of RGB (Red+Green+Blue) = 206+80+94=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE505E is #31AFA1. Grayscale: #777777. Windows color (decimal): -3256226 or 6181070. OLE color: 6181070.

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

Color convert

RGB 206 80 94 -
CMYK 0 0.61 0.54 0.19
HSL 353.33º 0.56% 0.56% -
HSV(B) 353.33º 0.61% 0.81% -
XYZ 30.34 19.67 12.79 -
YUV 119.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 206 80 94 0 0.61 0.54 0.19 353.33 0.56 0.56
Hex CE 50 5E 0 3D 36 13 161 38 38
Octal 316 120 136 0 75 66 23 541 70 70
Binary 11001110 1010000 1011110 0 111101 110110 10011 101100001 111000 111000

Color Harmonies of #CE505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE505E

Black with #CE505E

Text Example


Text Example

White with #CE505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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