Html Css Color HEX #CE5AA4 Mulberry

📋 copy color: '#CE5AA4'

red 206 ◦ green 90 ◦ blue 164

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

Shades of Mulberry #CE5AA4

Tints of Mulberry #CE5AA4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.57%

 BLUE value IS 164 (64.45% from 255) = 35.65%

R = 44.78%
G = 19.57%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE5AA4 (or 0xCE5AA4) is known color: Mulberry. HEX triplet: CE, 5A and A4. RGB value is (206,90,164). Sum of RGB (Red+Green+Blue) = 206+90+164=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AA4 is #31A55B. Grayscale: #848484. Windows color (decimal): -3253596 or 10771150. OLE color: 10771150.

HSL color Cylindrical-coordinate representation of color #CE5AA4: hue angle of 321.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5AA4 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 164 -
CMYK 0 0.56 0.20 0.19
HSL 321.72º 0.54% 0.58% -
HSV(B) 321.72º 0.56% 0.81% -
XYZ 35.81 23.11 37.7 -
YUV 133.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 206 90 164 0 0.56 0.20 0.19 321.72 0.54 0.58
Hex CE 5A A4 0 38 14 13 142 36 3A
Octal 316 132 244 0 70 24 23 502 66 72
Binary 11001110 1011010 10100100 0 111000 10100 10011 101000010 110110 111010

Color Harmonies of #CE5AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AA4

Black with #CE5AA4

Text Example


Text Example

White with #CE5AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AA4; }

 p { color: rgb(206,90,164); }

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

background-color css

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

 a { background-color: rgb(206,90,164); }

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

border-color css

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

 span { border-color: rgb(206,90,164); }

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