Html Css Color HEX #CE559A Mulberry

📋 copy color: '#CE559A'

red 206 ◦ green 85 ◦ blue 154

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

Shades of Mulberry #CE559A

Tints of Mulberry #CE559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 46.29%
G = 19.1%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CE559A (or 0xCE559A) is known color: Mulberry. HEX triplet: CE, 55 and 9A. RGB value is (206,85,154). Sum of RGB (Red+Green+Blue) = 206+85+154=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE559A is #31AA65. Grayscale: #808080. Windows color (decimal): -3254886 or 10114510. OLE color: 10114510.

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

Color convert

RGB 206 85 154 -
CMYK 0 0.59 0.25 0.19
HSL 325.79º 0.55% 0.57% -
HSV(B) 325.79º 0.59% 0.81% -
XYZ 34.53 21.95 32.99 -
YUV 129.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 206 85 154 0 0.59 0.25 0.19 325.79 0.55 0.57
Hex CE 55 9A 0 3B 19 13 146 37 39
Octal 316 125 232 0 73 31 23 506 67 71
Binary 11001110 1010101 10011010 0 111011 11001 10011 101000110 110111 111001

Color Harmonies of #CE559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE559A

Black with #CE559A

Text Example


Text Example

White with #CE559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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