#C766AB

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

Shades of Hopbush #C766AB

Tints of Hopbush #C766AB

Color information

#C766AB (or 0xC766AB) is unknown color: approx Hopbush. HEX triplet: C7, 66 and AB. RGB value is (199,102,171). Sum of RGB (Red+Green+Blue) = 199+102+171=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C766AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C766AB is #389954. Grayscale: #8A8A8A. Windows color (decimal): -3709269 or 11232967. OLE color: 11232967.

HSL color Cylindrical-coordinate representation of color #C766AB: hue angle of 317.32º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C766AB is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB199102171-
CMYK00.490.140.22
HSL317.32º46.41%59.02%-
HSV(B)317.32º48.74%78.04%-
XYZ35.6624.5941.39-
YUV138.87146.14170.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=42.16%
G=21.61%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910217100.490.140.22317.3246.4159.02
HexC766AB031E1613d2e3b
Octal30714625306116264755673
Binary110001111100110101010110110001111010110100111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C766AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C766AB; }

 p { color: rgb(199,102,171); }

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

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

 a { background-color: rgb(199,102,171); }

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

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

 span { border-color: rgb(199,102,171); }

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