#CC4A7F

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

Shades of Mulberry #CC4A7F

Tints of Mulberry #CC4A7F

Color information

#CC4A7F (or 0xCC4A7F) is unknown color: approx Mulberry. HEX triplet: CC, 4A and 7F. RGB value is (204,74,127). Sum of RGB (Red+Green+Blue) = 204+74+127=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A7F is #33B580. Grayscale: #767676. Windows color (decimal): -3388801 or 8342220. OLE color: 8342220.

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

Color convert

RGB20474127-
CMYK00.640.380.2
HSL335.54º56.03%54.51%-
HSV(B)335.54º63.73%80%-
XYZ31.1819.2722.15-
YUV118.91132.57188.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 127 (50% from 255) = 31.36%
R=50.37%
G=18.27%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047412700.640.380.2335.5456.0354.51
HexCC4A7F04026141503837
Octal314112177010046245207067
Binary11001100100101011111110100000010011010100101010000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A7F; }

 p { color: rgb(204,74,127); }

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

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

 a { background-color: rgb(204,74,127); }

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

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

 span { border-color: rgb(204,74,127); }

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