#C0629F

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

Shades of Hopbush #C0629F

Tints of Hopbush #C0629F

Color information

#C0629F (or 0xC0629F) is unknown color: approx Hopbush. HEX triplet: C0, 62 and 9F. RGB value is (192,98,159). Sum of RGB (Red+Green+Blue) = 192+98+159=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0629F is #3F9D60. Grayscale: #848484. Windows color (decimal): -4169057 or 10445504. OLE color: 10445504.

HSL color Cylindrical-coordinate representation of color #C0629F: hue angle of 321.06º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0629F is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19298159-
CMYK00.490.170.25
HSL321.06º42.73%56.86%-
HSV(B)321.06º48.96%75.29%-
XYZ32.3622.4535.43-
YUV133.06142.64170.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=42.76%
G=21.83%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929815900.490.170.25321.0642.7356.86
HexC0629F03111191412b39
Octal30014223706121315015371
Binary1100000011000101001111101100011000111001101000001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0629F; }

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

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

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

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

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

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

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

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