#C0629B

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

Shades of Hopbush #C0629B

Tints of Hopbush #C0629B

Color information

#C0629B (or 0xC0629B) is unknown color: approx Hopbush. HEX triplet: C0, 62 and 9B. RGB value is (192,98,155). Sum of RGB (Red+Green+Blue) = 192+98+155=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0629B is #3F9D64. Grayscale: #848484. Windows color (decimal): -4169061 or 10183360. OLE color: 10183360.

HSL color Cylindrical-coordinate representation of color #C0629B: hue angle of 323.62º 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 #C0629B is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19298155-
CMYK00.490.190.25
HSL323.62º42.73%56.86%-
HSV(B)323.62º48.96%75.29%-
XYZ32.0222.3133.63-
YUV132.6140.64170.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=43.15%
G=22.02%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929815500.490.190.25323.6242.7356.86
HexC0629B03113191442b39
Octal30014223306123315045371
Binary1100000011000101001101101100011001111001101000100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0629B; }

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

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

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

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

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

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

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

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