Html Css Color HEX #CE4755 Mandy

📋 copy color: '#CE4755'

red 206 ◦ green 71 ◦ blue 85

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

Shades of Mandy #CE4755

Tints of Mandy #CE4755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.61%

 BLUE value IS 85 (33.59% from 255) = 23.48%

R = 56.91%
G = 19.61%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE4755 (or 0xCE4755) is known color: Mandy. HEX triplet: CE, 47 and 55. RGB value is (206,71,85). Sum of RGB (Red+Green+Blue) = 206+71+85=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4755 is #31B8AA. Grayscale: #717171. Windows color (decimal): -3258539 or 5588942. OLE color: 5588942.

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

Color convert

RGB 206 71 85 -
CMYK 0 0.66 0.59 0.19
HSL 353.78º 0.58% 0.54% -
HSV(B) 353.78º 0.66% 0.81% -
XYZ 29.35 18.28 10.58 -
YUV 112.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 206 71 85 0 0.66 0.59 0.19 353.78 0.58 0.54
Hex CE 47 55 0 42 3B 13 162 3A 36
Octal 316 107 125 0 102 73 23 542 72 66
Binary 11001110 1000111 1010101 0 1000010 111011 10011 101100010 111010 110110

Color Harmonies of #CE4755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4755

Black with #CE4755

Text Example


Text Example

White with #CE4755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4755; }

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

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

background-color css

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

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

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

border-color css

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

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

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