#C76A88

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

Shades of Hopbush #C76A88

Tints of Hopbush #C76A88

Color information

#C76A88 (or 0xC76A88) is unknown color: approx Hopbush. HEX triplet: C7, 6A and 88. RGB value is (199,106,136). Sum of RGB (Red+Green+Blue) = 199+106+136=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76A88 is #389577. Grayscale: #898989. Windows color (decimal): -3708280 or 8940231. OLE color: 8940231.

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

Color convert

RGB199106136-
CMYK00.470.320.22
HSL340.65º45.37%59.8%-
HSV(B)340.65º46.73%78.04%-
XYZ33.1524.2326.22-
YUV137.23127.31172.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=45.12%
G=24.04%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910613600.470.320.22340.6545.3759.8
HexC76A8802F20161552d3c
Octal30715221005740265255574
Binary11000111110101010001000010111110000010110101010101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76A88; }

 p { color: rgb(199,106,136); }

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

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

 a { background-color: rgb(199,106,136); }

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

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

 span { border-color: rgb(199,106,136); }

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