#CC71AA

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

Shades of Hopbush #CC71AA

Tints of Hopbush #CC71AA

Color information

#CC71AA (or 0xCC71AA) is unknown color: approx Hopbush. HEX triplet: CC, 71 and AA. RGB value is (204,113,170). Sum of RGB (Red+Green+Blue) = 204+113+170=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC71AA is #338E55. Grayscale: #929292. Windows color (decimal): -3378774 or 11170252. OLE color: 11170252.

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

Color convert

RGB204113170-
CMYK00.450.170.2
HSL322.42º47.15%62.16%-
HSV(B)322.42º44.61%80%-
XYZ38.0627.5541.34-
YUV146.71141.15168.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=41.89%
G=23.20%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411317000.450.170.2322.4247.1562.16
HexCC71AA02D11141422f3e
Octal31416125205521245025776
Binary1100110011100011010101001011011000110100101000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71AA; }

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

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

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

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

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

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

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

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