#CC72A5

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

Shades of Hopbush #CC72A5

Tints of Hopbush #CC72A5

Color information

#CC72A5 (or 0xCC72A5) is unknown color: approx Hopbush. HEX triplet: CC, 72 and A5. RGB value is (204,114,165). Sum of RGB (Red+Green+Blue) = 204+114+165=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72A5 is #338D5A. Grayscale: #929292. Windows color (decimal): -3378523 or 10842828. OLE color: 10842828.

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

Color convert

RGB204114165-
CMYK00.440.190.2
HSL326º46.88%62.35%-
HSV(B)326º44.12%80%-
XYZ37.7127.5938.93-
YUV146.72138.32168.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=42.24%
G=23.60%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411416500.440.190.232646.8862.35
HexCC72A502C13141462f3e
Octal31416224505423245065776
Binary1100110011100101010010101011001001110100101000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72A5; }

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

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

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

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

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

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

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

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