Html Css Color HEX #CC5790 Mulberry

📋 copy color: '#CC5790'

red 204 ◦ green 87 ◦ blue 144

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

Shades of Mulberry #CC5790

Tints of Mulberry #CC5790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20%

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

R = 46.9%
G = 20%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC5790 (or 0xCC5790) is known color: Mulberry. HEX triplet: CC, 57 and 90. RGB value is (204,87,144). Sum of RGB (Red+Green+Blue) = 204+87+144=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5790 is #33A86F. Grayscale: #808080. Windows color (decimal): -3385456 or 9459660. OLE color: 9459660.

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

Color convert

RGB 204 87 144 -
CMYK 0 0.57 0.29 0.2
HSL 330.77º 0.53% 0.57% -
HSV(B) 330.77º 0.57% 0.8% -
XYZ 33.34 21.67 28.81 -
YUV 128.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 204 87 144 0 0.57 0.29 0.2 330.77 0.53 0.57
Hex CC 57 90 0 39 1D 14 14B 35 39
Octal 314 127 220 0 71 35 24 513 65 71
Binary 11001100 1010111 10010000 0 111001 11101 10100 101001011 110101 111001

Color Harmonies of #CC5790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5790

Black with #CC5790

Text Example


Text Example

White with #CC5790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5790; }

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

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

background-color css

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

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

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

border-color css

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

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

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