#CC72B2

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

Shades of Hopbush #CC72B2

Tints of Hopbush #CC72B2

Color information

#CC72B2 (or 0xCC72B2) is unknown color: approx Hopbush. HEX triplet: CC, 72 and B2. RGB value is (204,114,178). Sum of RGB (Red+Green+Blue) = 204+114+178=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72B2 is #338D4D. Grayscale: #949494. Windows color (decimal): -3378510 or 11694796. OLE color: 11694796.

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

Color convert

RGB204114178-
CMYK00.440.130.2
HSL317.33º46.88%62.35%-
HSV(B)317.33º44.12%80%-
XYZ38.9628.0945.49-
YUV148.21144.82167.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=41.13%
G=22.98%
B=35.89%

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
Decimal20411417800.440.130.2317.3346.8862.35
HexCC72B202CD1413d2f3e
Octal31416226205415244755776
Binary110011001110010101100100101100110110100100111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72B2; }

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

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

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

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

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

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

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

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