#C66998

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

Shades of Hopbush #C66998

Tints of Hopbush #C66998

Color information

#C66998 (or 0xC66998) is unknown color: approx Hopbush. HEX triplet: C6, 69 and 98. RGB value is (198,105,152). Sum of RGB (Red+Green+Blue) = 198+105+152=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C66998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66998 is #399667. Grayscale: #8A8A8A. Windows color (decimal): -3774056 or 9988550. OLE color: 9988550.

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

Color convert

RGB198105152-
CMYK00.470.230.22
HSL329.68º44.93%59.41%-
HSV(B)329.68º46.97%77.65%-
XYZ34.0124.3832.62-
YUV138.16135.81170.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=43.52%
G=23.08%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810515200.470.230.22329.6844.9359.41
HexC6699802F171614a2d3b
Octal30615123005727265125573
Binary1100011011010011001100001011111011110110101001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66998; }

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

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

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

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

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

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

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

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