Html Css Color HEX #CE4690 Mulberry

📋 copy color: '#CE4690'

red 206 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #CE4690

Tints of Mulberry #CE4690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 49.05%
G = 16.67%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE4690 (or 0xCE4690) is known color: Mulberry. HEX triplet: CE, 46 and 90. RGB value is (206,70,144). Sum of RGB (Red+Green+Blue) = 206+70+144=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4690 is #31B96F. Grayscale: #767676. Windows color (decimal): -3258736 or 9455310. OLE color: 9455310.

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

Color convert

RGB 206 70 144 -
CMYK 0 0.66 0.30 0.19
HSL 327.35º 0.58% 0.54% -
HSV(B) 327.35º 0.66% 0.81% -
XYZ 32.68 19.52 28.43 -
YUV 119.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 206 70 144 0 0.66 0.30 0.19 327.35 0.58 0.54
Hex CE 46 90 0 42 1E 13 147 3A 36
Octal 316 106 220 0 102 36 23 507 72 66
Binary 11001110 1000110 10010000 0 1000010 11110 10011 101000111 111010 110110

Color Harmonies of #CE4690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4690

Black with #CE4690

Text Example


Text Example

White with #CE4690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4690; }

 p { color: rgb(206,70,144); }

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

background-color css

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

 a { background-color: rgb(206,70,144); }

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

border-color css

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

 span { border-color: rgb(206,70,144); }

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