Html Css Color HEX #CE4BA2 Mulberry

📋 copy color: '#CE4BA2'

red 206 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #CE4BA2

Tints of Mulberry #CE4BA2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.93%

 BLUE value IS 162 (63.67% from 255) = 36.57%

R = 46.5%
G = 16.93%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE4BA2 (or 0xCE4BA2) is known color: Mulberry. HEX triplet: CE, 4B and A2. RGB value is (206,75,162). Sum of RGB (Red+Green+Blue) = 206+75+162=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4BA2 is #31B45D. Grayscale: #7B7B7B. Windows color (decimal): -3257438 or 10636238. OLE color: 10636238.

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

Color convert

RGB 206 75 162 -
CMYK 0 0.64 0.21 0.19
HSL 320.15º 0.57% 0.55% -
HSV(B) 320.15º 0.64% 0.81% -
XYZ 34.49 20.76 36.37 -
YUV 124.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 206 75 162 0 0.64 0.21 0.19 320.15 0.57 0.55
Hex CE 4B A2 0 40 15 13 140 39 37
Octal 316 113 242 0 100 25 23 500 71 67
Binary 11001110 1001011 10100010 0 1000000 10101 10011 101000000 111001 110111

Color Harmonies of #CE4BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BA2

Black with #CE4BA2

Text Example


Text Example

White with #CE4BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BA2; }

 p { color: rgb(206,75,162); }

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

background-color css

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

 a { background-color: rgb(206,75,162); }

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

border-color css

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

 span { border-color: rgb(206,75,162); }

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