#C070A1

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

Shades of Hopbush #C070A1

Tints of Hopbush #C070A1

Color information

#C070A1 (or 0xC070A1) is unknown color: approx Hopbush. HEX triplet: C0, 70 and A1. RGB value is (192,112,161). Sum of RGB (Red+Green+Blue) = 192+112+161=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A1 is #3F8F5E. Grayscale: #8D8D8D. Windows color (decimal): -4165471 or 10580160. OLE color: 10580160.

HSL color Cylindrical-coordinate representation of color #C070A1: hue angle of 323.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C070A1 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192112161-
CMYK00.420.160.25
HSL323.25º38.83%59.61%-
HSV(B)323.25º41.67%75.29%-
XYZ33.9725.3736.82-
YUV141.51139164.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 112 (44.14% from 255) = 24.09%
BLUE value IS 161 (63.28% from 255) = 34.62%
R=41.29%
G=24.09%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211216100.420.160.25323.2538.8359.61
HexC070A102A1019143273c
Octal30016024105220315034774
Binary1100000011100001010000101010101000011001101000011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070A1; }

 p { color: rgb(192,112,161); }

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

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

 a { background-color: rgb(192,112,161); }

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

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

 span { border-color: rgb(192,112,161); }

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