#C070A0

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

Shades of Hopbush #C070A0

Tints of Hopbush #C070A0

Color information

#C070A0 (or 0xC070A0) is unknown color: approx Hopbush. HEX triplet: C0, 70 and A0. RGB value is (192,112,160). Sum of RGB (Red+Green+Blue) = 192+112+160=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A0 is #3F8F5F. Grayscale: #8D8D8D. Windows color (decimal): -4165472 or 10514624. OLE color: 10514624.

HSL color Cylindrical-coordinate representation of color #C070A0: hue angle of 324º 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 #C070A0 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192112160-
CMYK00.420.170.25
HSL324º38.83%59.61%-
HSV(B)324º41.67%75.29%-
XYZ33.8825.3336.36-
YUV141.39138.5164.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=41.38%
G=24.14%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211216000.420.170.2532438.8359.61
HexC070A002A1119144273c
Octal30016024005221315044774
Binary1100000011100001010000001010101000111001101000100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070A0; }

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

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

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

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

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

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

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

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