Html Css Color HEX #CC56A9 Mulberry

📋 copy color: '#CC56A9'

red 204 ◦ green 86 ◦ blue 169

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

Shades of Mulberry #CC56A9

Tints of Mulberry #CC56A9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 44.44%
G = 18.74%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC56A9 (or 0xCC56A9) is known color: Mulberry. HEX triplet: CC, 56 and A9. RGB value is (204,86,169). Sum of RGB (Red+Green+Blue) = 204+86+169=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56A9 is #33A956. Grayscale: #828282. Windows color (decimal): -3385687 or 11097804. OLE color: 11097804.

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

Color convert

RGB 204 86 169 -
CMYK 0 0.58 0.17 0.2
HSL 317.8º 0.54% 0.57% -
HSV(B) 317.8º 0.58% 0.8% -
XYZ 35.39 22.36 39.99 -
YUV 130.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 204 86 169 0 0.58 0.17 0.2 317.8 0.54 0.57
Hex CC 56 A9 0 3A 11 14 13E 36 39
Octal 314 126 251 0 72 21 24 476 66 71
Binary 11001100 1010110 10101001 0 111010 10001 10100 100111110 110110 111001

Color Harmonies of #CC56A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC56A9

Black with #CC56A9

Text Example


Text Example

White with #CC56A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC56A9; }

 p { color: rgb(204,86,169); }

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

background-color css

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

 a { background-color: rgb(204,86,169); }

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

border-color css

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

 span { border-color: rgb(204,86,169); }

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