#c07296

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

Shades of Hopbush #C07296

Tints of Hopbush #C07296

Color information

#C07296 (or 0xC07296) is unknown color: approx Hopbush. HEX triplet: C0, 72 and 96. RGB value is (192,114,150). Sum of RGB (Red+Green+Blue) = 192+114+150=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C07296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07296 is #3F8D69. Grayscale: #8D8D8D. Windows color (decimal): -4164970 or 9859776. OLE color: 9859776.

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

Color convert

RGB192114150-
CMYK00.410.220.25
HSL332.31º38.24%60%-
HSV(B)332.31º40.62%75.29%-
XYZ33.2625.4432.01-
YUV141.43132.84164.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=42.11%
G=25%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211415000.410.220.25332.3138.2460
HexC07296029161914c263c
Octal30016222605126315144674
Binary1100000011100101001011001010011011011001101001100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07296; }

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

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

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

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

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

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

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

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