#CC70AE

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

Shades of Hopbush #CC70AE

Tints of Hopbush #CC70AE

Color information

#CC70AE (or 0xCC70AE) is unknown color: approx Hopbush. HEX triplet: CC, 70 and AE. RGB value is (204,112,174). Sum of RGB (Red+Green+Blue) = 204+112+174=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70AE is #338F51. Grayscale: #929292. Windows color (decimal): -3379026 or 11432140. OLE color: 11432140.

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

Color convert

RGB204112174-
CMYK00.450.150.2
HSL319.57º47.42%61.96%-
HSV(B)319.57º45.1%80%-
XYZ38.3427.4843.33-
YUV146.58143.48168.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=41.63%
G=22.86%
B=35.51%

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
Decimal20411217400.450.150.2319.5747.4261.96
HexCC70AE02DF141402f3e
Octal31416025605517245005776
Binary110011001110000101011100101101111110100101000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70AE; }

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

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

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

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

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

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

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

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