Html Css Color HEX #CE505A Mandy

📋 copy color: '#CE505A'

red 206 ◦ green 80 ◦ blue 90

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

Shades of Mandy #CE505A

Tints of Mandy #CE505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.94%

R = 54.79%
G = 21.28%
B = 23.94%

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

#CE505A (or 0xCE505A) is known color: Mandy. HEX triplet: CE, 50 and 5A. RGB value is (206,80,90). Sum of RGB (Red+Green+Blue) = 206+80+90=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE505A is #31AFA5. Grayscale: #767676. Windows color (decimal): -3256230 or 5918926. OLE color: 5918926.

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

Color convert

RGB 206 80 90 -
CMYK 0 0.61 0.56 0.19
HSL 355.24º 0.56% 0.56% -
HSV(B) 355.24º 0.61% 0.81% -
XYZ 30.17 19.6 11.87 -
YUV 118.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 206 80 90 0 0.61 0.56 0.19 355.24 0.56 0.56
Hex CE 50 5A 0 3D 38 13 163 38 38
Octal 316 120 132 0 75 70 23 543 70 70
Binary 11001110 1010000 1011010 0 111101 111000 10011 101100011 111000 111000

Color Harmonies of #CE505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE505A

Black with #CE505A

Text Example


Text Example

White with #CE505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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