Html Css Color HEX #CE55A0 Mulberry

📋 copy color: '#CE55A0'

red 206 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #CE55A0

Tints of Mulberry #CE55A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 45.68%
G = 18.85%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE55A0 (or 0xCE55A0) is known color: Mulberry. HEX triplet: CE, 55 and A0. RGB value is (206,85,160). Sum of RGB (Red+Green+Blue) = 206+85+160=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55A0 is #31AA5F. Grayscale: #818181. Windows color (decimal): -3254880 or 10507726. OLE color: 10507726.

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

Color convert

RGB 206 85 160 -
CMYK 0 0.59 0.22 0.19
HSL 322.81º 0.55% 0.57% -
HSV(B) 322.81º 0.59% 0.81% -
XYZ 35.05 22.16 35.69 -
YUV 129.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 206 85 160 0 0.59 0.22 0.19 322.81 0.55 0.57
Hex CE 55 A0 0 3B 16 13 143 37 39
Octal 316 125 240 0 73 26 23 503 67 71
Binary 11001110 1010101 10100000 0 111011 10110 10011 101000011 110111 111001

Color Harmonies of #CE55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55A0

Black with #CE55A0

Text Example


Text Example

White with #CE55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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