Html Css Color HEX #CE505D Mandy

📋 copy color: '#CE505D'

red 206 ◦ green 80 ◦ blue 93

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

Shades of Mandy #CE505D

Tints of Mandy #CE505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 54.35%
G = 21.11%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE505D (or 0xCE505D) is known color: Mandy. HEX triplet: CE, 50 and 5D. RGB value is (206,80,93). Sum of RGB (Red+Green+Blue) = 206+80+93=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE505D is #31AFA2. Grayscale: #777777. Windows color (decimal): -3256227 or 6115534. OLE color: 6115534.

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

Color convert

RGB 206 80 93 -
CMYK 0 0.61 0.55 0.19
HSL 353.81º 0.56% 0.56% -
HSV(B) 353.81º 0.61% 0.81% -
XYZ 30.3 19.65 12.55 -
YUV 119.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 206 80 93 0 0.61 0.55 0.19 353.81 0.56 0.56
Hex CE 50 5D 0 3D 37 13 162 38 38
Octal 316 120 135 0 75 67 23 542 70 70
Binary 11001110 1010000 1011101 0 111101 110111 10011 101100010 111000 111000

Color Harmonies of #CE505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE505D

Black with #CE505D

Text Example


Text Example

White with #CE505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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