#CC4F92

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

Shades of Mulberry #CC4F92

Tints of Mulberry #CC4F92

Color information

#CC4F92 (or 0xCC4F92) is unknown color: approx Mulberry. HEX triplet: CC, 4F and 92. RGB value is (204,79,146). Sum of RGB (Red+Green+Blue) = 204+79+146=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4F92 is #33B06D. Grayscale: #7B7B7B. Windows color (decimal): -3387502 or 9588684. OLE color: 9588684.

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

Color convert

RGB20479146-
CMYK00.610.280.2
HSL327.84º55.07%55.49%-
HSV(B)327.84º61.27%80%-
XYZ32.8920.529.42-
YUV124.01140.41185.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=47.55%
G=18.41%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047914600.610.280.2327.8455.0755.49
HexCC4F9203D1C141483737
Octal31411722207534245106767
Binary1100110010011111001001001111011110010100101001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F92; }

 p { color: rgb(204,79,146); }

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

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

 a { background-color: rgb(204,79,146); }

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

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

 span { border-color: rgb(204,79,146); }

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