#C66DAA

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

Shades of Hopbush #C66DAA

Tints of Hopbush #C66DAA

Color information

#C66DAA (or 0xC66DAA) is unknown color: approx Hopbush. HEX triplet: C6, 6D and AA. RGB value is (198,109,170). Sum of RGB (Red+Green+Blue) = 198+109+170=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C66DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66DAA is #399255. Grayscale: #8E8E8E. Windows color (decimal): -3773014 or 11169222. OLE color: 11169222.

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

Color convert

RGB198109170-
CMYK00.450.140.22
HSL318.88º43.84%60.2%-
HSV(B)318.88º44.95%77.65%-
XYZ36.0125.8541.12-
YUV142.56143.49167.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=41.51%
G=22.85%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810917000.450.140.22318.8843.8460.2
HexC66DAA02DE1613f2c3c
Octal30615525205516264775474
Binary110001101101101101010100101101111010110100111111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66DAA; }

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

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

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

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

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

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

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

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