Html Css Color HEX #CE5062 Mandy

📋 copy color: '#CE5062'

red 206 ◦ green 80 ◦ blue 98

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

Shades of Mandy #CE5062

Tints of Mandy #CE5062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.52%

R = 53.65%
G = 20.83%
B = 25.52%

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

#CE5062 (or 0xCE5062) is known color: Mandy. HEX triplet: CE, 50 and 62. RGB value is (206,80,98). Sum of RGB (Red+Green+Blue) = 206+80+98=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5062 is #31AF9D. Grayscale: #777777. Windows color (decimal): -3256222 or 6443214. OLE color: 6443214.

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

Color convert

RGB 206 80 98 -
CMYK 0 0.61 0.52 0.19
HSL 351.43º 0.56% 0.56% -
HSV(B) 351.43º 0.61% 0.81% -
XYZ 30.53 19.74 13.76 -
YUV 119.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 206 80 98 0 0.61 0.52 0.19 351.43 0.56 0.56
Hex CE 50 62 0 3D 34 13 15F 38 38
Octal 316 120 142 0 75 64 23 537 70 70
Binary 11001110 1010000 1100010 0 111101 110100 10011 101011111 111000 111000

Color Harmonies of #CE5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5062

Black with #CE5062

Text Example


Text Example

White with #CE5062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5062; }

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

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

background-color css

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

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

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

border-color css

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

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

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