#C66686

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

Shades of Hopbush #C66686

Tints of Hopbush #C66686

Color information

#C66686 (or 0xC66686) is unknown color: approx Hopbush. HEX triplet: C6, 66 and 86. RGB value is (198,102,134). Sum of RGB (Red+Green+Blue) = 198+102+134=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C66686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66686 is #399979. Grayscale: #868686. Windows color (decimal): -3774842 or 8808134. OLE color: 8808134.

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

Color convert

RGB198102134-
CMYK00.480.320.22
HSL340º45.71%58.82%-
HSV(B)340º48.48%77.65%-
XYZ32.3423.2325.33-
YUV134.35127.8173.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=45.62%
G=23.50%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810213400.480.320.2234045.7158.82
HexC6668603020161542e3b
Octal30614620606040265245673
Binary11000110110011010000110011000010000010110101010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66686; }

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

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

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

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

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

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

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

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