#CC71AD

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

Shades of Hopbush #CC71AD

Tints of Hopbush #CC71AD

Color information

#CC71AD (or 0xCC71AD) is unknown color: approx Hopbush. HEX triplet: CC, 71 and AD. RGB value is (204,113,173). Sum of RGB (Red+Green+Blue) = 204+113+173=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC71AD is #338E52. Grayscale: #929292. Windows color (decimal): -3378771 or 11366860. OLE color: 11366860.

HSL color Cylindrical-coordinate representation of color #CC71AD: hue angle of 320.44º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71AD is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204113173-
CMYK00.450.150.2
HSL320.44º47.15%62.16%-
HSV(B)320.44º44.61%80%-
XYZ38.3527.6642.85-
YUV147.05142.65168.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 113 (44.53% from 255) = 23.06%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=41.63%
G=23.06%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411317300.450.150.2320.4447.1562.16
HexCC71AD02DF141402f3e
Octal31416125505517245005776
Binary110011001110001101011010101101111110100101000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71AD; }

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

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

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

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

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

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

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

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