#C76B99

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

Shades of Hopbush #C76B99

Tints of Hopbush #C76B99

Color information

#C76B99 (or 0xC76B99) is unknown color: approx Hopbush. HEX triplet: C7, 6B and 99. RGB value is (199,107,153). Sum of RGB (Red+Green+Blue) = 199+107+153=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76B99 is #389466. Grayscale: #8B8B8B. Windows color (decimal): -3708007 or 10054599. OLE color: 10054599.

HSL color Cylindrical-coordinate representation of color #C76B99: hue angle of 330º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76B99 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB199107153-
CMYK00.460.230.22
HSL330º45.1%60%-
HSV(B)330º46.23%78.04%-
XYZ34.5624.9633.13-
YUV139.75135.48170.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.36%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=43.36%
G=23.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910715300.460.230.2233045.160
HexC76B9902E171614a2d3c
Octal30715323105627265125574
Binary1100011111010111001100101011101011110110101001010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76B99; }

 p { color: rgb(199,107,153); }

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

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

 a { background-color: rgb(199,107,153); }

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

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

 span { border-color: rgb(199,107,153); }

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