Html Css Color HEX #CE5A8F Mulberry

📋 copy color: '#CE5A8F'

red 206 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #CE5A8F

Tints of Mulberry #CE5A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.57%

R = 46.92%
G = 20.5%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE5A8F (or 0xCE5A8F) is known color: Mulberry. HEX triplet: CE, 5A and 8F. RGB value is (206,90,143). Sum of RGB (Red+Green+Blue) = 206+90+143=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5A8F is #31A570. Grayscale: #828282. Windows color (decimal): -3253617 or 9394894. OLE color: 9394894.

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

Color convert

RGB 206 90 143 -
CMYK 0 0.56 0.31 0.19
HSL 332.59º 0.54% 0.58% -
HSV(B) 332.59º 0.56% 0.81% -
XYZ 34.07 22.42 28.52 -
YUV 130.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 206 90 143 0 0.56 0.31 0.19 332.59 0.54 0.58
Hex CE 5A 8F 0 38 1F 13 14D 36 3A
Octal 316 132 217 0 70 37 23 515 66 72
Binary 11001110 1011010 10001111 0 111000 11111 10011 101001101 110110 111010

Color Harmonies of #CE5A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A8F

Black with #CE5A8F

Text Example


Text Example

White with #CE5A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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