#C66988

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

Shades of Hopbush #C66988

Tints of Hopbush #C66988

Color information

#C66988 (or 0xC66988) is unknown color: approx Hopbush. HEX triplet: C6, 69 and 88. RGB value is (198,105,136). Sum of RGB (Red+Green+Blue) = 198+105+136=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C66988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66988 is #399677. Grayscale: #888888. Windows color (decimal): -3774072 or 8939974. OLE color: 8939974.

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

Color convert

RGB198105136-
CMYK00.470.310.22
HSL340º44.93%59.41%-
HSV(B)340º46.97%77.65%-
XYZ32.7823.8926.18-
YUV136.34127.81171.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=45.10%
G=23.92%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810513600.470.310.2234044.9359.41
HexC6698802F1F161542d3b
Octal30615121005737265245573
Binary1100011011010011000100001011111111110110101010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66988; }

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

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

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

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

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

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

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

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