#C66290

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

Shades of Hopbush #C66290

Tints of Hopbush #C66290

Color information

#C66290 (or 0xC66290) is unknown color: approx Hopbush. HEX triplet: C6, 62 and 90. RGB value is (198,98,144). Sum of RGB (Red+Green+Blue) = 198+98+144=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C66290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66290 is #399D6F. Grayscale: #858585. Windows color (decimal): -3775856 or 9462470. OLE color: 9462470.

HSL color Cylindrical-coordinate representation of color #C66290: hue angle of 332.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66290 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB19898144-
CMYK00.510.270.22
HSL332.4º46.73%58.04%-
HSV(B)332.4º50.51%77.65%-
XYZ32.6922.7529.05-
YUV133.14134.13174.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=45%
G=22.27%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989814400.510.270.22332.446.7358.04
HexC662900331B1614c2f3a
Octal30614222006333265145772
Binary1100011011000101001000001100111101110110101001100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66290; }

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

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

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

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

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

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

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

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