Html Css Color HEX #CE5B5E Mandy

📋 copy color: '#CE5B5E'

red 206 ◦ green 91 ◦ blue 94

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

Shades of Mandy #CE5B5E

Tints of Mandy #CE5B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.27%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 52.69%
G = 23.27%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE5B5E (or 0xCE5B5E) is known color: Mandy. HEX triplet: CE, 5B and 5E. RGB value is (206,91,94). Sum of RGB (Red+Green+Blue) = 206+91+94=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B5E is #31A4A1. Grayscale: #7D7D7D. Windows color (decimal): -3253410 or 6183886. OLE color: 6183886.

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

Color convert

RGB 206 91 94 -
CMYK 0 0.56 0.54 0.19
HSL 358.43º 0.54% 0.58% -
HSV(B) 358.43º 0.56% 0.81% -
XYZ 31.22 21.41 13.08 -
YUV 125.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 206 91 94 0 0.56 0.54 0.19 358.43 0.54 0.58
Hex CE 5B 5E 0 38 36 13 166 36 3A
Octal 316 133 136 0 70 66 23 546 66 72
Binary 11001110 1011011 1011110 0 111000 110110 10011 101100110 110110 111010

Color Harmonies of #CE5B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B5E

Black with #CE5B5E

Text Example


Text Example

White with #CE5B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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