#C06599

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

Shades of Hopbush #C06599

Tints of Hopbush #C06599

Color information

#C06599 (or 0xC06599) is unknown color: approx Hopbush. HEX triplet: C0, 65 and 99. RGB value is (192,101,153). Sum of RGB (Red+Green+Blue) = 192+101+153=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C06599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06599 is #3F9A66. Grayscale: #868686. Windows color (decimal): -4168295 or 10053056. OLE color: 10053056.

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

Color convert

RGB192101153-
CMYK00.470.200.25
HSL325.71º41.94%57.45%-
HSV(B)325.71º47.4%75.29%-
XYZ32.1422.8132.85-
YUV134.14138.65169.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.05%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=43.05%
G=22.65%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210115300.470.200.25325.7141.9457.45
HexC0659902F14191462a39
Octal30014523105724315065271
Binary1100000011001011001100101011111010011001101000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06599; }

 p { color: rgb(192,101,153); }

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

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

 a { background-color: rgb(192,101,153); }

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

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

 span { border-color: rgb(192,101,153); }

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