#C76B9B

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

Shades of Hopbush #C76B9B

Tints of Hopbush #C76B9B

Color information

#C76B9B (or 0xC76B9B) is unknown color: approx Hopbush. HEX triplet: C7, 6B and 9B. RGB value is (199,107,155). Sum of RGB (Red+Green+Blue) = 199+107+155=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76B9B is #389464. Grayscale: #8B8B8B. Windows color (decimal): -3708005 or 10185671. OLE color: 10185671.

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

Color convert

RGB199107155-
CMYK00.460.220.22
HSL328.7º45.1%60%-
HSV(B)328.7º46.23%78.04%-
XYZ34.7325.0234.01-
YUV139.98136.48170.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=43.17%
G=23.21%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910715500.460.220.22328.745.160
HexC76B9B02E16161492d3c
Octal30715323305626265115574
Binary1100011111010111001101101011101011010110101001001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76B9B; }

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

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

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

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

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

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

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

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