#CC72AD

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

Shades of Hopbush #CC72AD

Tints of Hopbush #CC72AD

Color information

#CC72AD (or 0xCC72AD) is unknown color: approx Hopbush. HEX triplet: CC, 72 and AD. RGB value is (204,114,173). Sum of RGB (Red+Green+Blue) = 204+114+173=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72AD is #338D52. Grayscale: #939393. Windows color (decimal): -3378515 or 11367116. OLE color: 11367116.

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

Color convert

RGB204114173-
CMYK00.440.150.2
HSL320.67º46.88%62.35%-
HSV(B)320.67º44.12%80%-
XYZ38.4627.8942.89-
YUV147.64142.32168.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=41.55%
G=23.22%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411417300.440.150.2320.6746.8862.35
HexCC72AD02CF141412f3e
Octal31416225505417245015776
Binary110011001110010101011010101100111110100101000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72AD; }

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

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

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

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

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

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

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

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