Html Css Color HEX #CE5965 Mandy

📋 copy color: '#CE5965'

red 206 ◦ green 89 ◦ blue 101

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

Shades of Mandy #CE5965

Tints of Mandy #CE5965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 52.02%
G = 22.47%
B = 25.51%

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

#CE5965 (or 0xCE5965) is known color: Mandy. HEX triplet: CE, 59 and 65. RGB value is (206,89,101). Sum of RGB (Red+Green+Blue) = 206+89+101=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5965 is #31A69A. Grayscale: #7D7D7D. Windows color (decimal): -3253915 or 6642126. OLE color: 6642126.

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

Color convert

RGB 206 89 101 -
CMYK 0 0.57 0.51 0.19
HSL 353.85º 0.54% 0.58% -
HSV(B) 353.85º 0.57% 0.81% -
XYZ 31.37 21.21 14.75 -
YUV 125.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 206 89 101 0 0.57 0.51 0.19 353.85 0.54 0.58
Hex CE 59 65 0 39 33 13 162 36 3A
Octal 316 131 145 0 71 63 23 542 66 72
Binary 11001110 1011001 1100101 0 111001 110011 10011 101100010 110110 111010

Color Harmonies of #CE5965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5965

Black with #CE5965

Text Example


Text Example

White with #CE5965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5965; }

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

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

background-color css

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

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

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

border-color css

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

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

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