Html Css Color HEX #CC55A0 Mulberry

📋 copy color: '#CC55A0'

red 204 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #CC55A0

Tints of Mulberry #CC55A0

RGB

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

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

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

R = 45.43%
G = 18.93%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC55A0 (or 0xCC55A0) is known color: Mulberry. HEX triplet: CC, 55 and A0. RGB value is (204,85,160). Sum of RGB (Red+Green+Blue) = 204+85+160=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC55A0 is #33AA5F. Grayscale: #808080. Windows color (decimal): -3385952 or 10507724. OLE color: 10507724.

HSL color Cylindrical-coordinate representation of color #CC55A0: hue angle of 322.18º 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 #CC55A0 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 160 -
CMYK 0 0.58 0.22 0.2
HSL 322.18º 0.54% 0.57% -
HSV(B) 322.18º 0.58% 0.8% -
XYZ 34.5 21.87 35.66 -
YUV 129.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 204 85 160 0 0.58 0.22 0.2 322.18 0.54 0.57
Hex CC 55 A0 0 3A 16 14 142 36 39
Octal 314 125 240 0 72 26 24 502 66 71
Binary 11001100 1010101 10100000 0 111010 10110 10100 101000010 110110 111001

Color Harmonies of #CC55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55A0

Black with #CC55A0

Text Example


Text Example

White with #CC55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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