Html Css Color HEX #CE4055 Mandy

📋 copy color: '#CE4055'

red 206 ◦ green 64 ◦ blue 85

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

Shades of Mandy #CE4055

Tints of Mandy #CE4055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 58.03%
G = 18.03%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE4055 (or 0xCE4055) is known color: Mandy. HEX triplet: CE, 40 and 55. RGB value is (206,64,85). Sum of RGB (Red+Green+Blue) = 206+64+85=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4055 is #31BFAA. Grayscale: #6C6C6C. Windows color (decimal): -3260331 or 5587150. OLE color: 5587150.

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

Color convert

RGB 206 64 85 -
CMYK 0 0.69 0.59 0.19
HSL 351.13º 0.59% 0.53% -
HSV(B) 351.13º 0.69% 0.81% -
XYZ 28.93 17.44 10.44 -
YUV 108.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 206 64 85 0 0.69 0.59 0.19 351.13 0.59 0.53
Hex CE 40 55 0 45 3B 13 15F 3B 35
Octal 316 100 125 0 105 73 23 537 73 65
Binary 11001110 1000000 1010101 0 1000101 111011 10011 101011111 111011 110101

Color Harmonies of #CE4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4055

Black with #CE4055

Text Example


Text Example

White with #CE4055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4055; }

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

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

background-color css

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

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

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

border-color css

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

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

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