#CC4BA7

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

Shades of Mulberry #CC4BA7

Tints of Mulberry #CC4BA7

Color information

#CC4BA7 (or 0xCC4BA7) is unknown color: approx Mulberry. HEX triplet: CC, 4B and A7. RGB value is (204,75,167). Sum of RGB (Red+Green+Blue) = 204+75+167=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4BA7 is #33B458. Grayscale: #7B7B7B. Windows color (decimal): -3388505 or 10963916. OLE color: 10963916.

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

Color convert

RGB20475167-
CMYK00.630.180.2
HSL317.21º55.84%54.71%-
HSV(B)317.21º63.24%80%-
XYZ34.3920.6638.73-
YUV124.06152.24185.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 75 (29.69% from 255) = 16.82%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=45.74%
G=16.82%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047516700.630.180.2317.2155.8454.71
HexCC4BA703F121413d3837
Octal31411324707722244757067
Binary1100110010010111010011101111111001010100100111101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4BA7; }

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

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

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

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

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

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

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

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