#C66AAA

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

Shades of Hopbush #C66AAA

Tints of Hopbush #C66AAA

Color information

#C66AAA (or 0xC66AAA) is unknown color: approx Hopbush. HEX triplet: C6, 6A and AA. RGB value is (198,106,170). Sum of RGB (Red+Green+Blue) = 198+106+170=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C66AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66AAA is #399555. Grayscale: #8C8C8C. Windows color (decimal): -3773782 or 11168454. OLE color: 11168454.

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

Color convert

RGB198106170-
CMYK00.460.140.22
HSL318.26º44.66%59.61%-
HSV(B)318.26º46.46%77.65%-
XYZ35.725.2241.02-
YUV140.8144.48168.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=41.77%
G=22.36%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810617000.460.140.22318.2644.6659.61
HexC66AAA02EE1613e2d3c
Octal30615225205616264765574
Binary110001101101010101010100101110111010110100111110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66AAA; }

 p { color: rgb(198,106,170); }

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

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

 a { background-color: rgb(198,106,170); }

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

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

 span { border-color: rgb(198,106,170); }

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