#CC70AC

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

Shades of Hopbush #CC70AC

Tints of Hopbush #CC70AC

Color information

#CC70AC (or 0xCC70AC) is unknown color: approx Hopbush. HEX triplet: CC, 70 and AC. RGB value is (204,112,172). Sum of RGB (Red+Green+Blue) = 204+112+172=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70AC is #338F53. Grayscale: #929292. Windows color (decimal): -3379028 or 11301068. OLE color: 11301068.

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

Color convert

RGB204112172-
CMYK00.450.160.2
HSL320.87º47.42%61.96%-
HSV(B)320.87º45.1%80%-
XYZ38.1427.442.31-
YUV146.35142.48169.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 112 (44.14% from 255) = 22.95%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=41.80%
G=22.95%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411217200.450.160.2320.8747.4261.96
HexCC70AC02D10141412f3e
Octal31416025405520245015776
Binary1100110011100001010110001011011000010100101000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70AC; }

 p { color: rgb(204,112,172); }

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

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

 a { background-color: rgb(204,112,172); }

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

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

 span { border-color: rgb(204,112,172); }

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