Html Css Color HEX #CC559A Mulberry

📋 copy color: '#CC559A'

red 204 ◦ green 85 ◦ blue 154

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

Shades of Mulberry #CC559A

Tints of Mulberry #CC559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 46.05%
G = 19.19%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC559A (or 0xCC559A) is known color: Mulberry. HEX triplet: CC, 55 and 9A. RGB value is (204,85,154). Sum of RGB (Red+Green+Blue) = 204+85+154=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC559A is #33AA65. Grayscale: #808080. Windows color (decimal): -3385958 or 10114508. OLE color: 10114508.

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

Color convert

RGB 204 85 154 -
CMYK 0 0.58 0.25 0.2
HSL 325.21º 0.54% 0.57% -
HSV(B) 325.21º 0.58% 0.8% -
XYZ 33.98 21.67 32.96 -
YUV 128.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 204 85 154 0 0.58 0.25 0.2 325.21 0.54 0.57
Hex CC 55 9A 0 3A 19 14 145 36 39
Octal 314 125 232 0 72 31 24 505 66 71
Binary 11001100 1010101 10011010 0 111010 11001 10100 101000101 110110 111001

Color Harmonies of #CC559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC559A

Black with #CC559A

Text Example


Text Example

White with #CC559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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