Html Css Color HEX #CE505B Mandy

📋 copy color: '#CE505B'

red 206 ◦ green 80 ◦ blue 91

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

Shades of Mandy #CE505B

Tints of Mandy #CE505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 54.64%
G = 21.22%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE505B (or 0xCE505B) is known color: Mandy. HEX triplet: CE, 50 and 5B. RGB value is (206,80,91). Sum of RGB (Red+Green+Blue) = 206+80+91=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE505B is #31AFA4. Grayscale: #777777. Windows color (decimal): -3256229 or 5984462. OLE color: 5984462.

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

Color convert

RGB 206 80 91 -
CMYK 0 0.61 0.56 0.19
HSL 354.76º 0.56% 0.56% -
HSV(B) 354.76º 0.61% 0.81% -
XYZ 30.21 19.61 12.09 -
YUV 118.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 206 80 91 0 0.61 0.56 0.19 354.76 0.56 0.56
Hex CE 50 5B 0 3D 38 13 163 38 38
Octal 316 120 133 0 75 70 23 543 70 70
Binary 11001110 1010000 1011011 0 111101 111000 10011 101100011 111000 111000

Color Harmonies of #CE505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE505B

Black with #CE505B

Text Example


Text Example

White with #CE505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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