#CC568B

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

Shades of Mulberry #CC568B

Tints of Mulberry #CC568B

Color information

#CC568B (or 0xCC568B) is unknown color: approx Mulberry. HEX triplet: CC, 56 and 8B. RGB value is (204,86,139). Sum of RGB (Red+Green+Blue) = 204+86+139=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC568B is #33A974. Grayscale: #7F7F7F. Windows color (decimal): -3385717 or 9131724. OLE color: 9131724.

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

Color convert

RGB20486139-
CMYK00.580.320.2
HSL333.05º53.64%56.86%-
HSV(B)333.05º57.84%80%-
XYZ32.8921.3626.81-
YUV127.32134.59182.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=47.55%
G=20.05%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048613900.580.320.2333.0553.6456.86
HexCC568B03A201414d3639
Octal31412621307240245156671
Binary11001100101011010001011011101010000010100101001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC568B; }

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

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

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

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

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

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

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

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