#C07C99

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

Shades of Hopbush #C07C99

Tints of Hopbush #C07C99

Color information

#C07C99 (or 0xC07C99) is unknown color: approx Hopbush. HEX triplet: C0, 7C and 99. RGB value is (192,124,153). Sum of RGB (Red+Green+Blue) = 192+124+153=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07C99 is #3F8366. Grayscale: #939393. Windows color (decimal): -4162407 or 10058944. OLE color: 10058944.

HSL color Cylindrical-coordinate representation of color #C07C99: hue angle of 334.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07C99 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192124153-
CMYK00.350.200.25
HSL334.41º35.05%61.96%-
HSV(B)334.41º35.42%75.29%-
XYZ34.727.9233.7-
YUV147.64131.03159.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=40.94%
G=26.44%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212415300.350.200.25334.4135.0561.96
HexC07C99023141914e233e
Octal30017423104324315164376
Binary1100000011111001001100101000111010011001101001110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C99; }

 p { color: rgb(192,124,153); }

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

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

 a { background-color: rgb(192,124,153); }

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

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

 span { border-color: rgb(192,124,153); }

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