Html Css Color HEX #CC5AA0 Mulberry

📋 copy color: '#CC5AA0'

red 204 ◦ green 90 ◦ blue 160

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

Shades of Mulberry #CC5AA0

Tints of Mulberry #CC5AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 44.93%
G = 19.82%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC5AA0 (or 0xCC5AA0) is known color: Mulberry. HEX triplet: CC, 5A and A0. RGB value is (204,90,160). Sum of RGB (Red+Green+Blue) = 204+90+160=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AA0 is #33A55F. Grayscale: #838383. Windows color (decimal): -3384672 or 10509004. OLE color: 10509004.

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

Color convert

RGB 204 90 160 -
CMYK 0 0.56 0.22 0.2
HSL 323.16º 0.53% 0.58% -
HSV(B) 323.16º 0.56% 0.8% -
XYZ 34.9 22.69 35.8 -
YUV 132.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 204 90 160 0 0.56 0.22 0.2 323.16 0.53 0.58
Hex CC 5A A0 0 38 16 14 143 35 3A
Octal 314 132 240 0 70 26 24 503 65 72
Binary 11001100 1011010 10100000 0 111000 10110 10100 101000011 110101 111010

Color Harmonies of #CC5AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AA0

Black with #CC5AA0

Text Example


Text Example

White with #CC5AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AA0; }

 p { color: rgb(204,90,160); }

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

background-color css

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

 a { background-color: rgb(204,90,160); }

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

border-color css

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

 span { border-color: rgb(204,90,160); }

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