#C0729B

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

Shades of Hopbush #C0729B

Tints of Hopbush #C0729B

Color information

#C0729B (or 0xC0729B) is unknown color: approx Hopbush. HEX triplet: C0, 72 and 9B. RGB value is (192,114,155). Sum of RGB (Red+Green+Blue) = 192+114+155=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0729B is #3F8D64. Grayscale: #8D8D8D. Windows color (decimal): -4164965 or 10187456. OLE color: 10187456.

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

Color convert

RGB192114155-
CMYK00.410.190.25
HSL328.46º38.24%60%-
HSV(B)328.46º40.62%75.29%-
XYZ33.6725.6134.18-
YUV142135.34163.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=41.65%
G=24.73%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211415500.410.190.25328.4638.2460
HexC0729B0291319148263c
Octal30016223305123315104674
Binary1100000011100101001101101010011001111001101001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0729B; }

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

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

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

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

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

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

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

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