Html Css Color HEX #CE5B5C Mandy

📋 copy color: '#CE5B5C'

red 206 ◦ green 91 ◦ blue 92

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

Shades of Mandy #CE5B5C

Tints of Mandy #CE5B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 52.96%
G = 23.39%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE5B5C (or 0xCE5B5C) is known color: Mandy. HEX triplet: CE, 5B and 5C. RGB value is (206,91,92). Sum of RGB (Red+Green+Blue) = 206+91+92=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B5C is #31A4A3. Grayscale: #7D7D7D. Windows color (decimal): -3253412 or 6052814. OLE color: 6052814.

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

Color convert

RGB 206 91 92 -
CMYK 0 0.56 0.55 0.19
HSL 359.48º 0.54% 0.58% -
HSV(B) 359.48º 0.56% 0.81% -
XYZ 31.13 21.38 12.61 -
YUV 125.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 206 91 92 0 0.56 0.55 0.19 359.48 0.54 0.58
Hex CE 5B 5C 0 38 37 13 167 36 3A
Octal 316 133 134 0 70 67 23 547 66 72
Binary 11001110 1011011 1011100 0 111000 110111 10011 101100111 110110 111010

Color Harmonies of #CE5B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B5C

Black with #CE5B5C

Text Example


Text Example

White with #CE5B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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