Html Css Color HEX #CC5590 Mulberry

📋 copy color: '#CC5590'

red 204 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #CC5590

Tints of Mulberry #CC5590

RGB

 RED value IS 204 (80.08% from 255) = 47.11%

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 47.11%
G = 19.63%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC5590 (or 0xCC5590) is known color: Mulberry. HEX triplet: CC, 55 and 90. RGB value is (204,85,144). Sum of RGB (Red+Green+Blue) = 204+85+144=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5590 is #33AA6F. Grayscale: #7F7F7F. Windows color (decimal): -3385968 or 9459148. OLE color: 9459148.

HSL color Cylindrical-coordinate representation of color #CC5590: hue angle of 330.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5590 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 144 -
CMYK 0 0.58 0.29 0.2
HSL 330.25º 0.54% 0.57% -
HSV(B) 330.25º 0.58% 0.8% -
XYZ 33.18 21.35 28.76 -
YUV 127.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 204 85 144 0 0.58 0.29 0.2 330.25 0.54 0.57
Hex CC 55 90 0 3A 1D 14 14A 36 39
Octal 314 125 220 0 72 35 24 512 66 71
Binary 11001100 1010101 10010000 0 111010 11101 10100 101001010 110110 111001

Color Harmonies of #CC5590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5590

Black with #CC5590

Text Example


Text Example

White with #CC5590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5590; }

 p { color: rgb(204,85,144); }

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

background-color css

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

 a { background-color: rgb(204,85,144); }

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

border-color css

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

 span { border-color: rgb(204,85,144); }

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