Html Css Color HEX #CE5E5F Mandy

📋 copy color: '#CE5E5F'

red 206 ◦ green 94 ◦ blue 95

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

Shades of Mandy #CE5E5F

Tints of Mandy #CE5E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.8%

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 52.15%
G = 23.8%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE5E5F (or 0xCE5E5F) is known color: Mandy. HEX triplet: CE, 5E and 5F. RGB value is (206,94,95). Sum of RGB (Red+Green+Blue) = 206+94+95=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E5F is #31A1A0. Grayscale: #7F7F7F. Windows color (decimal): -3252641 or 6250190. OLE color: 6250190.

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

Color convert

RGB 206 94 95 -
CMYK 0 0.54 0.54 0.19
HSL 359.46º 0.53% 0.59% -
HSV(B) 359.46º 0.54% 0.81% -
XYZ 31.52 21.95 13.4 -
YUV 127.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 206 94 95 0 0.54 0.54 0.19 359.46 0.53 0.59
Hex CE 5E 5F 0 36 36 13 167 35 3B
Octal 316 136 137 0 66 66 23 547 65 73
Binary 11001110 1011110 1011111 0 110110 110110 10011 101100111 110101 111011

Color Harmonies of #CE5E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E5F

Black with #CE5E5F

Text Example


Text Example

White with #CE5E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E5F; }

 p { color: rgb(206,94,95); }

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

background-color css

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

 a { background-color: rgb(206,94,95); }

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

border-color css

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

 span { border-color: rgb(206,94,95); }

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