Html Css Color HEX #CE585B Mandy

📋 copy color: '#CE585B'

red 206 ◦ green 88 ◦ blue 91

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

Shades of Mandy #CE585B

Tints of Mandy #CE585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 53.51%
G = 22.86%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE585B (or 0xCE585B) is known color: Mandy. HEX triplet: CE, 58 and 5B. RGB value is (206,88,91). Sum of RGB (Red+Green+Blue) = 206+88+91=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE585B is #31A7A4. Grayscale: #7B7B7B. Windows color (decimal): -3254181 or 5986510. OLE color: 5986510.

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

Color convert

RGB 206 88 91 -
CMYK 0 0.57 0.56 0.19
HSL 358.47º 0.55% 0.58% -
HSV(B) 358.47º 0.57% 0.81% -
XYZ 30.83 20.86 12.3 -
YUV 123.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 206 88 91 0 0.57 0.56 0.19 358.47 0.55 0.58
Hex CE 58 5B 0 39 38 13 166 37 3A
Octal 316 130 133 0 71 70 23 546 67 72
Binary 11001110 1011000 1011011 0 111001 111000 10011 101100110 110111 111010

Color Harmonies of #CE585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE585B

Black with #CE585B

Text Example


Text Example

White with #CE585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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