#CC70AB

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

Shades of Hopbush #CC70AB

Tints of Hopbush #CC70AB

Color information

#CC70AB (or 0xCC70AB) is unknown color: approx Hopbush. HEX triplet: CC, 70 and AB. RGB value is (204,112,171). Sum of RGB (Red+Green+Blue) = 204+112+171=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70AB is #338F54. Grayscale: #929292. Windows color (decimal): -3379029 or 11235532. OLE color: 11235532.

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

Color convert

RGB204112171-
CMYK00.450.160.2
HSL321.52º47.42%61.96%-
HSV(B)321.52º45.1%80%-
XYZ38.0527.3741.8-
YUV146.23141.98169.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 112 (44.14% from 255) = 23.00%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=41.89%
G=23.00%
B=35.11%

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
Decimal20411217100.450.160.2321.5247.4261.96
HexCC70AB02D10141422f3e
Octal31416025305520245025776
Binary1100110011100001010101101011011000010100101000010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70AB; }

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

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

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

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

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

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

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

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