Html Css Color HEX #CE555B Mandy

📋 copy color: '#CE555B'

red 206 ◦ green 85 ◦ blue 91

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

Shades of Mandy #CE555B

Tints of Mandy #CE555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

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

R = 53.93%
G = 22.25%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE555B (or 0xCE555B) is known color: Mandy. HEX triplet: CE, 55 and 5B. RGB value is (206,85,91). Sum of RGB (Red+Green+Blue) = 206+85+91=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE555B is #31AAA4. Grayscale: #797979. Windows color (decimal): -3254949 or 5985742. OLE color: 5985742.

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

Color convert

RGB 206 85 91 -
CMYK 0 0.59 0.56 0.19
HSL 357.02º 0.55% 0.57% -
HSV(B) 357.02º 0.59% 0.81% -
XYZ 30.59 20.37 12.22 -
YUV 121.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 206 85 91 0 0.59 0.56 0.19 357.02 0.55 0.57
Hex CE 55 5B 0 3B 38 13 165 37 39
Octal 316 125 133 0 73 70 23 545 67 71
Binary 11001110 1010101 1011011 0 111011 111000 10011 101100101 110111 111001

Color Harmonies of #CE555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE555B

Black with #CE555B

Text Example


Text Example

White with #CE555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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