#C66886

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

Shades of Hopbush #C66886

Tints of Hopbush #C66886

Color information

#C66886 (or 0xC66886) is unknown color: approx Hopbush. HEX triplet: C6, 68 and 86. RGB value is (198,104,134). Sum of RGB (Red+Green+Blue) = 198+104+134=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C66886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66886 is #399779. Grayscale: #878787. Windows color (decimal): -3774330 or 8808646. OLE color: 8808646.

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

Color convert

RGB198104134-
CMYK00.470.320.22
HSL340.85º45.19%59.22%-
HSV(B)340.85º47.47%77.65%-
XYZ32.5423.6325.4-
YUV135.53127.14172.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=45.41%
G=23.85%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810413400.470.320.22340.8545.1959.22
HexC6688602F20161552d3b
Octal30615020605740265255573
Binary11000110110100010000110010111110000010110101010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66886; }

 p { color: rgb(198,104,134); }

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

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

 a { background-color: rgb(198,104,134); }

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

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

 span { border-color: rgb(198,104,134); }

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