#CC70A2

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

Shades of Hopbush #CC70A2

Tints of Hopbush #CC70A2

Color information

#CC70A2 (or 0xCC70A2) is unknown color: approx Hopbush. HEX triplet: CC, 70 and A2. RGB value is (204,112,162). Sum of RGB (Red+Green+Blue) = 204+112+162=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70A2 is #338F5D. Grayscale: #919191. Windows color (decimal): -3379038 or 10645708. OLE color: 10645708.

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

Color convert

RGB204112162-
CMYK00.450.210.2
HSL327.39º47.42%61.96%-
HSV(B)327.39º45.1%80%-
XYZ37.2227.0337.44-
YUV145.21137.48169.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=42.68%
G=23.43%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411216200.450.210.2327.3947.4261.96
HexCC70A202D15141472f3e
Octal31416024205525245075776
Binary1100110011100001010001001011011010110100101000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC70A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC70A2; }

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

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

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

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

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

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

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

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