#CC72AC

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

Shades of Hopbush #CC72AC

Tints of Hopbush #CC72AC

Color information

#CC72AC (or 0xCC72AC) is unknown color: approx Hopbush. HEX triplet: CC, 72 and AC. RGB value is (204,114,172). Sum of RGB (Red+Green+Blue) = 204+114+172=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72AC is #338D53. Grayscale: #939393. Windows color (decimal): -3378516 or 11301580. OLE color: 11301580.

HSL color Cylindrical-coordinate representation of color #CC72AC: hue angle of 321.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC72AC is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204114172-
CMYK00.440.160.2
HSL321.33º46.88%62.35%-
HSV(B)321.33º44.12%80%-
XYZ38.3727.8542.38-
YUV147.52141.82168.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=41.63%
G=23.27%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411417200.440.160.2321.3346.8862.35
HexCC72AC02C10141412f3e
Octal31416225405420245015776
Binary1100110011100101010110001011001000010100101000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72AC; }

 p { color: rgb(204,114,172); }

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

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

 a { background-color: rgb(204,114,172); }

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

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

 span { border-color: rgb(204,114,172); }

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