#CC4BA3

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

Shades of Mulberry #CC4BA3

Tints of Mulberry #CC4BA3

Color information

#CC4BA3 (or 0xCC4BA3) is unknown color: approx Mulberry. HEX triplet: CC, 4B and A3. RGB value is (204,75,163). Sum of RGB (Red+Green+Blue) = 204+75+163=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4BA3 is #33B45C. Grayscale: #7B7B7B. Windows color (decimal): -3388509 or 10701772. OLE color: 10701772.

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

Color convert

RGB20475163-
CMYK00.630.200.2
HSL319.07º55.84%54.71%-
HSV(B)319.07º63.24%80%-
XYZ34.0320.5136.82-
YUV123.6150.24185.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 163 (64.06% from 255) = 36.88%
R=46.15%
G=16.97%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047516300.630.200.2319.0755.8454.71
HexCC4BA303F141413f3837
Octal31411324307724244777067
Binary1100110010010111010001101111111010010100100111111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4BA3; }

 p { color: rgb(204,75,163); }

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

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

 a { background-color: rgb(204,75,163); }

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

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

 span { border-color: rgb(204,75,163); }

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