Html Css Color HEX #CE4AA0 Mulberry

📋 copy color: '#CE4AA0'

red 206 ◦ green 74 ◦ blue 160

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

Shades of Mulberry #CE4AA0

Tints of Mulberry #CE4AA0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

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

R = 46.82%
G = 16.82%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE4AA0 (or 0xCE4AA0) is known color: Mulberry. HEX triplet: CE, 4A and A0. RGB value is (206,74,160). Sum of RGB (Red+Green+Blue) = 206+74+160=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4AA0 is #31B55F. Grayscale: #7B7B7B. Windows color (decimal): -3257696 or 10504910. OLE color: 10504910.

HSL color Cylindrical-coordinate representation of color #CE4AA0: hue angle of 320.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4AA0 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 74 160 -
CMYK 0 0.64 0.22 0.19
HSL 320.91º 0.57% 0.55% -
HSV(B) 320.91º 0.64% 0.81% -
XYZ 34.25 20.56 35.42 -
YUV 123.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 206 74 160 0 0.64 0.22 0.19 320.91 0.57 0.55
Hex CE 4A A0 0 40 16 13 141 39 37
Octal 316 112 240 0 100 26 23 501 71 67
Binary 11001110 1001010 10100000 0 1000000 10110 10011 101000001 111001 110111

Color Harmonies of #CE4AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4AA0

Black with #CE4AA0

Text Example


Text Example

White with #CE4AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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