#C76DAE

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

Shades of Hopbush #C76DAE

Tints of Hopbush #C76DAE

Color information

#C76DAE (or 0xC76DAE) is unknown color: approx Hopbush. HEX triplet: C7, 6D and AE. RGB value is (199,109,174). Sum of RGB (Red+Green+Blue) = 199+109+174=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76DAE is #389251. Grayscale: #8F8F8F. Windows color (decimal): -3707474 or 11431367. OLE color: 11431367.

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

Color convert

RGB199109174-
CMYK00.450.130.22
HSL316.67º44.55%60.39%-
HSV(B)316.67º45.23%78.04%-
XYZ36.6626.1443.16-
YUV143.32145.32167.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=41.29%
G=22.61%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910917400.450.130.22316.6744.5560.39
HexC76DAE02DD1613d2d3c
Octal30715525605515264755574
Binary110001111101101101011100101101110110110100111101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76DAE; }

 p { color: rgb(199,109,174); }

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

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

 a { background-color: rgb(199,109,174); }

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

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

 span { border-color: rgb(199,109,174); }

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