Html Css Color HEX #CE5964 Mandy

📋 copy color: '#CE5964'

red 206 ◦ green 89 ◦ blue 100

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

Shades of Mandy #CE5964

Tints of Mandy #CE5964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.53%

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

R = 52.15%
G = 22.53%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE5964 (or 0xCE5964) is known color: Mandy. HEX triplet: CE, 59 and 64. RGB value is (206,89,100). Sum of RGB (Red+Green+Blue) = 206+89+100=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5964 is #31A69B. Grayscale: #7D7D7D. Windows color (decimal): -3253916 or 6576590. OLE color: 6576590.

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

Color convert

RGB 206 89 100 -
CMYK 0 0.57 0.51 0.19
HSL 354.36º 0.54% 0.58% -
HSV(B) 354.36º 0.57% 0.81% -
XYZ 31.33 21.19 14.49 -
YUV 125.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 206 89 100 0 0.57 0.51 0.19 354.36 0.54 0.58
Hex CE 59 64 0 39 33 13 162 36 3A
Octal 316 131 144 0 71 63 23 542 66 72
Binary 11001110 1011001 1100100 0 111001 110011 10011 101100010 110110 111010

Color Harmonies of #CE5964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5964

Black with #CE5964

Text Example


Text Example

White with #CE5964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5964; }

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

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

background-color css

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

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

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

border-color css

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

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

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