Html Css Color HEX #CE5564 Mandy

📋 copy color: '#CE5564'

red 206 ◦ green 85 ◦ blue 100

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

Shades of Mandy #CE5564

Tints of Mandy #CE5564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 52.69%
G = 21.74%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE5564 (or 0xCE5564) is known color: Mandy. HEX triplet: CE, 55 and 64. RGB value is (206,85,100). Sum of RGB (Red+Green+Blue) = 206+85+100=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5564 is #31AA9B. Grayscale: #7A7A7A. Windows color (decimal): -3254940 or 6575566. OLE color: 6575566.

HSL color Cylindrical-coordinate representation of color #CE5564: hue angle of 352.56º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5564 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 100 -
CMYK 0 0.59 0.51 0.19
HSL 352.56º 0.55% 0.57% -
HSV(B) 352.56º 0.59% 0.81% -
XYZ 31 20.54 14.39 -
YUV 122.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 206 85 100 0 0.59 0.51 0.19 352.56 0.55 0.57
Hex CE 55 64 0 3B 33 13 161 37 39
Octal 316 125 144 0 73 63 23 541 67 71
Binary 11001110 1010101 1100100 0 111011 110011 10011 101100001 110111 111001

Color Harmonies of #CE5564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5564

Black with #CE5564

Text Example


Text Example

White with #CE5564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5564; }

 p { color: rgb(206,85,100); }

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

background-color css

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

 a { background-color: rgb(206,85,100); }

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

border-color css

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

 span { border-color: rgb(206,85,100); }

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