Html Css Color HEX #CE555F Mandy

📋 copy color: '#CE555F'

red 206 ◦ green 85 ◦ blue 95

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

Shades of Mandy #CE555F

Tints of Mandy #CE555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 53.37%
G = 22.02%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE555F (or 0xCE555F) is known color: Mandy. HEX triplet: CE, 55 and 5F. RGB value is (206,85,95). Sum of RGB (Red+Green+Blue) = 206+85+95=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE555F is #31AAA0. Grayscale: #7A7A7A. Windows color (decimal): -3254945 or 6247886. OLE color: 6247886.

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

Color convert

RGB 206 85 95 -
CMYK 0 0.59 0.54 0.19
HSL 355.04º 0.55% 0.57% -
HSV(B) 355.04º 0.59% 0.81% -
XYZ 30.77 20.45 13.15 -
YUV 122.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 206 85 95 0 0.59 0.54 0.19 355.04 0.55 0.57
Hex CE 55 5F 0 3B 36 13 163 37 39
Octal 316 125 137 0 73 66 23 543 67 71
Binary 11001110 1010101 1011111 0 111011 110110 10011 101100011 110111 111001

Color Harmonies of #CE555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE555F

Black with #CE555F

Text Example


Text Example

White with #CE555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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