#CC5081

Color #CC5081 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CC5081

Tints of Mulberry #CC5081

Color information

#CC5081 (or 0xCC5081) is unknown color: approx Mulberry. HEX triplet: CC, 50 and 81. RGB value is (204,80,129). Sum of RGB (Red+Green+Blue) = 204+80+129=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5081 is #33AF7E. Grayscale: #7A7A7A. Windows color (decimal): -3387263 or 8474828. OLE color: 8474828.

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

Color convert

RGB20480129-
CMYK00.610.370.2
HSL336.29º54.87%55.69%-
HSV(B)336.29º60.78%80%-
XYZ31.7320.1622.99-
YUV122.66131.58186.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=49.39%
G=19.37%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048012900.610.370.2336.2954.8755.69
HexCC508103D25141503738
Octal31412020107545245206770
Binary11001100101000010000001011110110010110100101010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5081; }

 p { color: rgb(204,80,129); }

 H1.HeaderClassName
 {
   color: #CC5081;
 }
 .AnyTagClassName
 {
   color: #CC5081;
 }
</style>
background-color css

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

 a { background-color: rgb(204,80,129); }

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

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

 span { border-color: rgb(204,80,129); }

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