#CC72A3

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

Shades of Hopbush #CC72A3

Tints of Hopbush #CC72A3

Color information

#CC72A3 (or 0xCC72A3) is unknown color: approx Hopbush. HEX triplet: CC, 72 and A3. RGB value is (204,114,163). Sum of RGB (Red+Green+Blue) = 204+114+163=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72A3 is #338D5C. Grayscale: #929292. Windows color (decimal): -3378525 or 10711756. OLE color: 10711756.

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

Color convert

RGB204114163-
CMYK00.440.200.2
HSL327.33º46.88%62.35%-
HSV(B)327.33º44.12%80%-
XYZ37.5327.5237.98-
YUV146.5137.32169.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 163 (64.06% from 255) = 33.89%
R=42.41%
G=23.70%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411416300.440.200.2327.3346.8862.35
HexCC72A302C14141472f3e
Octal31416224305424245075776
Binary1100110011100101010001101011001010010100101000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72A3; }

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

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

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

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

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

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

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

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