#C66991

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

Shades of Hopbush #C66991

Tints of Hopbush #C66991

Color information

#C66991 (or 0xC66991) is unknown color: approx Hopbush. HEX triplet: C6, 69 and 91. RGB value is (198,105,145). Sum of RGB (Red+Green+Blue) = 198+105+145=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C66991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66991 is #39966E. Grayscale: #898989. Windows color (decimal): -3774063 or 9529798. OLE color: 9529798.

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

Color convert

RGB198105145-
CMYK00.470.270.22
HSL334.19º44.93%59.41%-
HSV(B)334.19º46.97%77.65%-
XYZ33.4524.1529.69-
YUV137.37132.31171.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 145 (57.03% from 255) = 32.37%
R=44.20%
G=23.44%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810514500.470.270.22334.1944.9359.41
HexC6699102F1B1614e2d3b
Octal30615122105733265165573
Binary1100011011010011001000101011111101110110101001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66991; }

 p { color: rgb(198,105,145); }

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

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

 a { background-color: rgb(198,105,145); }

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

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

 span { border-color: rgb(198,105,145); }

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