Html Css Color HEX #CE5063 Mandy

📋 copy color: '#CE5063'

red 206 ◦ green 80 ◦ blue 99

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

Shades of Mandy #CE5063

Tints of Mandy #CE5063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 53.51%
G = 20.78%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE5063 (or 0xCE5063) is known color: Mandy. HEX triplet: CE, 50 and 63. RGB value is (206,80,99). Sum of RGB (Red+Green+Blue) = 206+80+99=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5063 is #31AF9C. Grayscale: #777777. Windows color (decimal): -3256221 or 6508750. OLE color: 6508750.

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

Color convert

RGB 206 80 99 -
CMYK 0 0.61 0.52 0.19
HSL 350.95º 0.56% 0.56% -
HSV(B) 350.95º 0.61% 0.81% -
XYZ 30.57 19.76 14.01 -
YUV 119.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 206 80 99 0 0.61 0.52 0.19 350.95 0.56 0.56
Hex CE 50 63 0 3D 34 13 15F 38 38
Octal 316 120 143 0 75 64 23 537 70 70
Binary 11001110 1010000 1100011 0 111101 110100 10011 101011111 111000 111000

Color Harmonies of #CE5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5063

Black with #CE5063

Text Example


Text Example

White with #CE5063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5063; }

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

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

background-color css

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

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

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

border-color css

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

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

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