#CC72B1

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

Shades of Hopbush #CC72B1

Tints of Hopbush #CC72B1

Color information

#CC72B1 (or 0xCC72B1) is unknown color: approx Hopbush. HEX triplet: CC, 72 and B1. RGB value is (204,114,177). Sum of RGB (Red+Green+Blue) = 204+114+177=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72B1 is #338D4E. Grayscale: #939393. Windows color (decimal): -3378511 or 11629260. OLE color: 11629260.

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

Color convert

RGB204114177-
CMYK00.440.130.2
HSL318º46.88%62.35%-
HSV(B)318º44.12%80%-
XYZ38.8528.0544.96-
YUV148.09144.32167.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=41.21%
G=23.03%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411417700.440.130.231846.8862.35
HexCC72B102CD1413e2f3e
Octal31416226105415244765776
Binary110011001110010101100010101100110110100100111110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72B1; }

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

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

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

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

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

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

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

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