#C76A8D

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

Shades of Hopbush #C76A8D

Tints of Hopbush #C76A8D

Color information

#C76A8D (or 0xC76A8D) is unknown color: approx Hopbush. HEX triplet: C7, 6A and 8D. RGB value is (199,106,141). Sum of RGB (Red+Green+Blue) = 199+106+141=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76A8D is #389572. Grayscale: #898989. Windows color (decimal): -3708275 or 9267911. OLE color: 9267911.

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

Color convert

RGB199106141-
CMYK00.470.290.22
HSL337.42º45.37%59.8%-
HSV(B)337.42º46.73%78.04%-
XYZ33.5124.3728.14-
YUV137.8129.81171.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=44.62%
G=23.77%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910614100.470.290.22337.4245.3759.8
HexC76A8D02F1D161512d3c
Octal30715221505735265215574
Binary1100011111010101000110101011111110110110101010001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76A8D; }

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

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

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

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

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

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

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

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