#C76CAD

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

Shades of Hopbush #C76CAD

Tints of Hopbush #C76CAD

Color information

#C76CAD (or 0xC76CAD) is unknown color: approx Hopbush. HEX triplet: C7, 6C and AD. RGB value is (199,108,173). Sum of RGB (Red+Green+Blue) = 199+108+173=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CAD is #389352. Grayscale: #8E8E8E. Windows color (decimal): -3707731 or 11365575. OLE color: 11365575.

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

Color convert

RGB199108173-
CMYK00.460.130.22
HSL317.14º44.83%60.2%-
HSV(B)317.14º45.73%78.04%-
XYZ36.4625.8842.61-
YUV142.62145.15168.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.46%
GREEN value IS 108 (42.58% from 255) = 22.5%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=41.46%
G=22.5%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910817300.460.130.22317.1444.8360.2
HexC76CAD02ED1613d2d3c
Octal30715425505615264755574
Binary110001111101100101011010101110110110110100111101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76CAD; }

 p { color: rgb(199,108,173); }

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

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

 a { background-color: rgb(199,108,173); }

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

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

 span { border-color: rgb(199,108,173); }

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