Html Css Color HEX #CE5A98 Mulberry

📋 copy color: '#CE5A98'

red 206 ◦ green 90 ◦ blue 152

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

Shades of Mulberry #CE5A98

Tints of Mulberry #CE5A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.93%

R = 45.98%
G = 20.09%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CE5A98 (or 0xCE5A98) is known color: Mulberry. HEX triplet: CE, 5A and 98. RGB value is (206,90,152). Sum of RGB (Red+Green+Blue) = 206+90+152=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5A98 is #31A567. Grayscale: #838383. Windows color (decimal): -3253608 or 9984718. OLE color: 9984718.

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

Color convert

RGB 206 90 152 -
CMYK 0 0.56 0.26 0.19
HSL 327.93º 0.54% 0.58% -
HSV(B) 327.93º 0.56% 0.81% -
XYZ 34.78 22.7 32.25 -
YUV 131.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 206 90 152 0 0.56 0.26 0.19 327.93 0.54 0.58
Hex CE 5A 98 0 38 1A 13 148 36 3A
Octal 316 132 230 0 70 32 23 510 66 72
Binary 11001110 1011010 10011000 0 111000 11010 10011 101001000 110110 111010

Color Harmonies of #CE5A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A98

Black with #CE5A98

Text Example


Text Example

White with #CE5A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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