#CC4698

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

Shades of Mulberry #CC4698

Tints of Mulberry #CC4698

Color information

#CC4698 (or 0xCC4698) is unknown color: approx Mulberry. HEX triplet: CC, 46 and 98. RGB value is (204,70,152). Sum of RGB (Red+Green+Blue) = 204+70+152=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4698 is #33B967. Grayscale: #777777. Windows color (decimal): -3389800 or 9979596. OLE color: 9979596.

HSL color Cylindrical-coordinate representation of color #CC4698: hue angle of 323.28º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4698 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20470152-
CMYK00.660.250.2
HSL323.28º56.78%53.73%-
HSV(B)323.28º65.69%80%-
XYZ32.7619.4831.74-
YUV119.41146.39188.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=47.89%
G=16.43%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047015200.660.250.2323.2856.7853.73
HexCC469804219141433936
Octal314106230010231245037166
Binary11001100100011010011000010000101100110100101000011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4698; }

 p { color: rgb(204,70,152); }

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

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

 a { background-color: rgb(204,70,152); }

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

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

 span { border-color: rgb(204,70,152); }

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