#C6629F

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

Shades of Hopbush #C6629F

Tints of Hopbush #C6629F

Color information

#C6629F (or 0xC6629F) is unknown color: approx Hopbush. HEX triplet: C6, 62 and 9F. RGB value is (198,98,159). Sum of RGB (Red+Green+Blue) = 198+98+159=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6629F is #399D60. Grayscale: #868686. Windows color (decimal): -3775841 or 10445510. OLE color: 10445510.

HSL color Cylindrical-coordinate representation of color #C6629F: hue angle of 323.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 #C6629F is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19898159-
CMYK00.510.200.22
HSL323.4º46.73%58.04%-
HSV(B)323.4º50.51%77.65%-
XYZ33.9123.2435.5-
YUV134.85141.63173.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=43.52%
G=21.54%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989815900.510.200.22323.446.7358.04
HexC6629F03314161432f3a
Octal30614223706324265035772
Binary1100011011000101001111101100111010010110101000011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6629F; }

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

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

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

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

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

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

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

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