#C66990

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

Shades of Hopbush #C66990

Tints of Hopbush #C66990

Color information

#C66990 (or 0xC66990) is unknown color: approx Hopbush. HEX triplet: C6, 69 and 90. RGB value is (198,105,144). Sum of RGB (Red+Green+Blue) = 198+105+144=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C66990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66990 is #39966F. Grayscale: #898989. Windows color (decimal): -3774064 or 9464262. OLE color: 9464262.

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

Color convert

RGB198105144-
CMYK00.470.270.22
HSL334.84º44.93%59.41%-
HSV(B)334.84º46.97%77.65%-
XYZ33.3724.1229.28-
YUV137.25131.81171.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=44.30%
G=23.49%
B=32.21%

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
Decimal19810514400.470.270.22334.8444.9359.41
HexC6699002F1B1614f2d3b
Octal30615122005733265175573
Binary1100011011010011001000001011111101110110101001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66990; }

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

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

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

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

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

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

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

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