Html Css Color HEX #CE4DA0 Mulberry

📋 copy color: '#CE4DA0'

red 206 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #CE4DA0

Tints of Mulberry #CE4DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.38%

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

R = 46.5%
G = 17.38%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE4DA0 (or 0xCE4DA0) is known color: Mulberry. HEX triplet: CE, 4D and A0. RGB value is (206,77,160). Sum of RGB (Red+Green+Blue) = 206+77+160=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4DA0 is #31B25F. Grayscale: #7C7C7C. Windows color (decimal): -3256928 or 10505678. OLE color: 10505678.

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

Color convert

RGB 206 77 160 -
CMYK 0 0.63 0.22 0.19
HSL 321.4º 0.57% 0.55% -
HSV(B) 321.4º 0.63% 0.81% -
XYZ 34.45 20.97 35.49 -
YUV 125.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 206 77 160 0 0.63 0.22 0.19 321.4 0.57 0.55
Hex CE 4D A0 0 3F 16 13 141 39 37
Octal 316 115 240 0 77 26 23 501 71 67
Binary 11001110 1001101 10100000 0 111111 10110 10011 101000001 111001 110111

Color Harmonies of #CE4DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DA0

Black with #CE4DA0

Text Example


Text Example

White with #CE4DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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