Html Css Color HEX #CE5C5E Mandy

📋 copy color: '#CE5C5E'

red 206 ◦ green 92 ◦ blue 94

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

Shades of Mandy #CE5C5E

Tints of Mandy #CE5C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 52.55%
G = 23.47%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE5C5E (or 0xCE5C5E) is known color: Mandy. HEX triplet: CE, 5C and 5E. RGB value is (206,92,94). Sum of RGB (Red+Green+Blue) = 206+92+94=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C5E is #31A3A1. Grayscale: #7E7E7E. Windows color (decimal): -3253154 or 6184142. OLE color: 6184142.

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

Color convert

RGB 206 92 94 -
CMYK 0 0.55 0.54 0.19
HSL 358.95º 0.54% 0.58% -
HSV(B) 358.95º 0.55% 0.81% -
XYZ 31.3 21.58 13.11 -
YUV 126.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 206 92 94 0 0.55 0.54 0.19 358.95 0.54 0.58
Hex CE 5C 5E 0 37 36 13 167 36 3A
Octal 316 134 136 0 67 66 23 547 66 72
Binary 11001110 1011100 1011110 0 110111 110110 10011 101100111 110110 111010

Color Harmonies of #CE5C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C5E

Black with #CE5C5E

Text Example


Text Example

White with #CE5C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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