#C769AA

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

Shades of Hopbush #C769AA

Tints of Hopbush #C769AA

Color information

#C769AA (or 0xC769AA) is unknown color: approx Hopbush. HEX triplet: C7, 69 and AA. RGB value is (199,105,170). Sum of RGB (Red+Green+Blue) = 199+105+170=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C769AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C769AA is #389655. Grayscale: #8C8C8C. Windows color (decimal): -3708502 or 11168199. OLE color: 11168199.

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

Color convert

RGB199105170-
CMYK00.470.150.22
HSL318.51º45.63%59.61%-
HSV(B)318.51º47.24%78.04%-
XYZ35.8625.1540.99-
YUV140.52144.64169.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=41.98%
G=22.15%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910517000.470.150.22318.5145.6359.61
HexC769AA02FF1613f2e3c
Octal30715125205717264775674
Binary110001111101001101010100101111111110110100111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C769AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C769AA; }

 p { color: rgb(199,105,170); }

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

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

 a { background-color: rgb(199,105,170); }

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

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

 span { border-color: rgb(199,105,170); }

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