Html Css Color HEX #CE5A5E Mandy

📋 copy color: '#CE5A5E'

red 206 ◦ green 90 ◦ blue 94

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

Shades of Mandy #CE5A5E

Tints of Mandy #CE5A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

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

R = 52.82%
G = 23.08%
B = 24.1%

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

#CE5A5E (or 0xCE5A5E) is known color: Mandy. HEX triplet: CE, 5A and 5E. RGB value is (206,90,94). Sum of RGB (Red+Green+Blue) = 206+90+94=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A5E is #31A5A1. Grayscale: #7D7D7D. Windows color (decimal): -3253666 or 6183630. OLE color: 6183630.

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

Color convert

RGB 206 90 94 -
CMYK 0 0.56 0.54 0.19
HSL 357.93º 0.54% 0.58% -
HSV(B) 357.93º 0.56% 0.81% -
XYZ 31.13 21.24 13.05 -
YUV 125.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 206 90 94 0 0.56 0.54 0.19 357.93 0.54 0.58
Hex CE 5A 5E 0 38 36 13 166 36 3A
Octal 316 132 136 0 70 66 23 546 66 72
Binary 11001110 1011010 1011110 0 111000 110110 10011 101100110 110110 111010

Color Harmonies of #CE5A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A5E

Black with #CE5A5E

Text Example


Text Example

White with #CE5A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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