#C0639F

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

Shades of Hopbush #C0639F

Tints of Hopbush #C0639F

Color information

#C0639F (or 0xC0639F) is unknown color: approx Hopbush. HEX triplet: C0, 63 and 9F. RGB value is (192,99,159). Sum of RGB (Red+Green+Blue) = 192+99+159=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0639F is #3F9C60. Grayscale: #858585. Windows color (decimal): -4168801 or 10445760. OLE color: 10445760.

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

Color convert

RGB19299159-
CMYK00.480.170.25
HSL321.29º42.47%57.06%-
HSV(B)321.29º48.44%75.29%-
XYZ32.4622.6335.46-
YUV133.65142.31169.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=42.67%
G=22%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929915900.480.170.25321.2942.4757.06
HexC0639F03011191412a39
Octal30014323706021315015271
Binary1100000011000111001111101100001000111001101000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0639F; }

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

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

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

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

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

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

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

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