#C0729F

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

Shades of Hopbush #C0729F

Tints of Hopbush #C0729F

Color information

#C0729F (or 0xC0729F) is unknown color: approx Hopbush. HEX triplet: C0, 72 and 9F. RGB value is (192,114,159). Sum of RGB (Red+Green+Blue) = 192+114+159=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0729F is #3F8D60. Grayscale: #8E8E8E. Windows color (decimal): -4164961 or 10449600. OLE color: 10449600.

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

Color convert

RGB192114159-
CMYK00.410.170.25
HSL325.38º38.24%60%-
HSV(B)325.38º40.62%75.29%-
XYZ34.0125.7435.98-
YUV142.45137.34163.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=41.29%
G=24.52%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211415900.410.170.25325.3838.2460
HexC0729F0291119145263c
Octal30016223705121315054674
Binary1100000011100101001111101010011000111001101000101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0729F; }

 p { color: rgb(192,114,159); }

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

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

 a { background-color: rgb(192,114,159); }

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

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

 span { border-color: rgb(192,114,159); }

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